Skip to content

Commit

Permalink
Output install log
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 24, 2024
1 parent f30e4ce commit e89c783
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e89c783

Please sign in to comment.