Skip to content

Commit

Permalink
Fix Windows CI (#226)
Browse files Browse the repository at this point in the history
* Fix Windows CI

* Fix Windows build
  • Loading branch information
Alex-PLACET authored Oct 7, 2024
1 parent 1d9f970 commit 1145453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Build library
working-directory: build
run: cmake --build . --confic ${{matric.config.name}} --target sparrow --parallel 8
run: cmake --build . --config ${{matrix.config.name}} --target sparrow --parallel 8

- name: Install
working-directory: build
Expand Down

0 comments on commit 1145453

Please sign in to comment.