Skip to content

Commit

Permalink
ci/windows: sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed May 26, 2024
1 parent 4b96d80 commit a8b76ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
bash -c 'ls -hal tiny.exe'
- shell: bash
run: |
cmake -S . -B out/${{matrix.target-platform}}
cmake -S . -B out/${{matrix.target-platform}}/Debug
cmake --build out/${{matrix.target-platform}}/Debug --target wtr.test_watcher --config Debug
cmake -S . -B out/${{matrix.target-platform}}/Release
cmake --build out/${{matrix.target-platform}}/Release --target wtr.test_watcher --config Release
- run: tool/bundle-artifacts out/${{matrix.target-double}} ${{matrix.target-platform}}
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a8b76ab

Please sign in to comment.