Skip to content

Commit 69e57dc

Browse files
committed
Does GITHUB_ENV work on windows?
1 parent a0eb6b6 commit 69e57dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: curl -fSLo janet.msi https://github.com/janet-lang/janet/releases/download/v1.36.0/janet-1.36.0-windows-x64-installer.msi
5151
- name: Install Janet
5252
shell: cmd
53-
run: msiexec /quiet /i janet.msi ALLUSERS=1 /log install.log && type install.log
53+
run: msiexec /quiet /i janet.msi ALLUSERS=1 /log install.log && type install.log && set > %GITHUB_ENV%
5454
- uses: ilammy/msvc-dev-cmd@v1
5555
- name: Build Spork
5656
shell: cmd

0 commit comments

Comments
 (0)