Skip to content

Commit

Permalink
Move stuff around an enable verbose builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 24, 2024
1 parent 3d376d9 commit f30e4ce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ jobs:
os: [ windows-latest, windows-2019 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
path: spork
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- uses: ilammy/msvc-dev-cmd@v1
- name: Download Janet Latest Release
shell: cmd
run: curl -fSLo janet.msi https://github.com/janet-lang/janet/releases/download/v1.36.0/janet-1.36.0-windows-x64-installer.msi
Expand All @@ -57,7 +55,7 @@ jobs:
- name: Build Spork
shell: cmd
run: |
cd spork && "C:\Program Files\Janet\bin\janet.exe" -l ./bundle -e "(build)"
cd spork && "C:\Program Files\Janet\bin\janet.exe" -l ./bundle -e "(do (setdyn :verbose true) (build))"
- name: Test Install
shell: cmd
run: |
Expand Down

0 comments on commit f30e4ce

Please sign in to comment.