Skip to content

Commit 8d4bbd2

Browse files
committed
Directory
1 parent 4c53374 commit 8d4bbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/exercises.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
msiexec /a /jm C:\rakudo-star.msi;
2222
echo "C:\rakudo\bin;C:\rakudo\share\perl6\site\bin"
2323
| Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append;
24-
dir C:\rakudo;
24+
dir C:\;
2525
2626
- name: Install Rakudo Star with brew
2727
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)