Skip to content

Commit

Permalink
Fix tests 31
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Dec 30, 2024
1 parent 6462806 commit f4e6b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
arch_dir="${{ runner.os == 'Linux' && 'LINUXx86_64' || (runner.os == 'macOS' && 'DARWINaarch64' || 'Win32x86_64') }}"
for dir in $RUNNER_TEMP/.ciaoroot/Ciao-*/; do
for dir in $RUNNER_TEMP/.ciaoroot/*/; do
if [ -d "${dir}" ]; then
echo "${dir}build/bin" >> "$GITHUB_PATH"
echo "CIAOROOT=${dir}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit f4e6b1e

Please sign in to comment.