diff options
| author | 2024-09-24 09:34:29 -0500 | |
|---|---|---|
| committer | 2024-09-24 09:34:29 -0500 | |
| commit | f30e4ceecf4a0fa7e4001a39794fe90436d613d1 (patch) | |
| tree | 8ae3beed844abba20b328dab5ac4c253d947fac8 /.github/workflows | |
| parent | What is yAmL (diff) | |
Move stuff around an enable verbose builds.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b470ce2..cbd2d11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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: | |
