aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-24 09:37:32 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-24 09:37:32 -0500
commite89c7830682128d434cb3242520bdcf71c3d9364 (patch)
tree81db8249af9e8eb4fdb7c30bbba314c2847585b7 /.github/workflows
parentMove stuff around an enable verbose builds. (diff)
Output install log
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml5
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: |