Skip to content

Commit

Permalink
More workflow changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 24, 2024
1 parent a6f7fe9 commit 8472e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Janet
uses: actions/checkout@v4
with:
name: janet-lang/janet
repository: janet-lang/janet
path: janet
ref: refs/heads/master
- name: Build + Install Janet
Expand Down Expand Up @@ -51,7 +51,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 /i janet.msi /passive
run: msiexec /i janet.msi /passive & refreshenv
- name: Build Spork
run: cd spork && janet -l ./bundle -e "(build)"
- name: Run Tests
Expand Down

0 comments on commit 8472e74

Please sign in to comment.