Skip to content

Commit

Permalink
ci/windows: i think cmake does this by itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed May 26, 2024
1 parent 1c49652 commit 4b96d80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:
bash -c 'ls -hal tiny.exe'
- shell: bash
run: |
cmake -S . -B out/${{matrix.target-platform}}/Debug
cmake -S . -B out/${{matrix.target-platform}}
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 4b96d80

Please sign in to comment.