diff options
| author | 2024-09-24 09:37:32 -0500 | |
|---|---|---|
| committer | 2024-09-24 09:37:32 -0500 | |
| commit | e89c7830682128d434cb3242520bdcf71c3d9364 (patch) | |
| tree | 81db8249af9e8eb4fdb7c30bbba314c2847585b7 /.github | |
| parent | Move stuff around an enable verbose builds. (diff) | |
Output install log
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbd2d11..3246ef5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,10 @@ 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 /quiet /i janet.msi ALLUSERS=1 + run: msiexec /quiet /i janet.msi ALLUSERS=1 /log install.log && type install.log + - name: Refresh Env + shell: cmd + run: refreshenv - name: Build Spork shell: cmd run: | |
