aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-24 10:37:24 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-24 10:37:24 -0500
commit69e57dcf42559f4e9f61595db2722682e845655d (patch)
tree7fb9dcc41365deb382e41b20837aef529f779bc6 /.github/workflows
parentTry installing Janet _before_ msvc dev cmd thing. (diff)
Does GITHUB_ENV work on windows?
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b891b27..8406aef 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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