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 31033f0 commit 4c53374Copy full SHA for 4c53374
.github/workflows/exercises.yml
@@ -18,9 +18,10 @@ jobs:
18
if: runner.os == 'Windows'
19
run: >
20
Invoke-WebRequest https://rakudo.org/latest/star/win -OutFile C:\rakudo-star.msi;
21
- msiexec C:\rakudo-star.msi;
+ 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
+ | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append;
24
+ dir C:\rakudo;
25
26
- name: Install Rakudo Star with brew
27
if: runner.os == 'macOS'
0 commit comments