We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0eb6b6 commit 69e57dcCopy full SHA for 69e57dc
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
run: curl -fSLo janet.msi https://github.com/janet-lang/janet/releases/download/v1.36.0/janet-1.36.0-windows-x64-installer.msi
51
- name: Install Janet
52
shell: cmd
53
- run: msiexec /quiet /i janet.msi ALLUSERS=1 /log install.log && type install.log
+ run: msiexec /quiet /i janet.msi ALLUSERS=1 /log install.log && type install.log && set > %GITHUB_ENV%
54
- uses: ilammy/msvc-dev-cmd@v1
55
- name: Build Spork
56
0 commit comments