Skip to content

Commit

Permalink
Does GITHUB_ENV work on windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 24, 2024
1 parent a0eb6b6 commit 69e57dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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 /log install.log && type install.log
run: msiexec /quiet /i janet.msi ALLUSERS=1 /log install.log && type install.log && set > %GITHUB_ENV%
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Spork
shell: cmd
Expand Down

0 comments on commit 69e57dc

Please sign in to comment.