Skip to content

Commit 4c53374

Browse files
committed
Stuff
1 parent 31033f0 commit 4c53374

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/exercises.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
if: runner.os == 'Windows'
1919
run: >
2020
Invoke-WebRequest https://rakudo.org/latest/star/win -OutFile C:\rakudo-star.msi;
21-
msiexec C:\rakudo-star.msi;
21+
msiexec /a /jm C:\rakudo-star.msi;
2222
echo "C:\rakudo\bin;C:\rakudo\share\perl6\site\bin"
23-
| Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
23+
| Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append;
24+
dir C:\rakudo;
2425
2526
- name: Install Rakudo Star with brew
2627
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)