We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec0ac9 commit 82e13cfCopy full SHA for 82e13cf
.github/workflows/exercises.yml
@@ -21,7 +21,7 @@ jobs:
21
msiexec /a /jm C:\rakudo-star.msi;
22
echo "C:\rakudo\bin;C:\rakudo\share\perl6\site\bin"
23
| Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append;
24
- dir C:\rakudo;
+ dir C:\;
25
26
- name: Install Rakudo Star with brew
27
if: runner.os == 'macOS'
0 commit comments