diff options
| author | 2024-09-24 08:49:53 -0500 | |
|---|---|---|
| committer | 2024-09-24 08:49:53 -0500 | |
| commit | 5f959c9f89d2615e8ca6fd19468612af1680f92b (patch) | |
| tree | def3d44682dac46593064adcf1aacdef1a80cdc8 /.github/workflows | |
| parent | Sudo (diff) | |
Update call to msiexec
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b20be69..799276f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: run: curl -fSLo janet.msi https://github.com/janet-lang/janet/releases/download/v1.36.0/janet-1.36.0-windows-x64-installer.msi - name: Install Janet shell: cmd - run: msiexec /i janet.msi /passive ALLUSERS=1 && refreshenv + run: msiexec /i janet.msi /passive /quiet /norestart ALLUSERS=1 && refreshenv - name: Build Spork shell: cmd run: cd spork && janet -l ./bundle -e "(build)" |
