Skip to content

Commit

Permalink
Test add windows CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tairov committed Jul 26, 2023
1 parent 2d30a63 commit 04e4fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
id: configure
continue-on-error: true
run: >
cmake -S . -B ./build -A ${{ matrix.arch }}
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
cmake -S . -B ./build -A x64
-DCMAKE_BUILD_TYPE=Release
- name: Build
id: make_build
Expand Down

0 comments on commit 04e4fa9

Please sign in to comment.