Skip to content

Commit

Permalink
fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 6, 2023
1 parent 9cb1dee commit c88f49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows_cmake_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Configure
run: >
cmake -S. -Bbuild
-G "${{ matrix.build[0] }}" -T "${{ matrix.build[1] }}"
-G "${{ matrix.build[0] }}" -T ${{ matrix.build[1] }}
-DCMAKE_BUILD_TYPE=Release
-DBUILD_DEPS=ON
- name: Build
Expand Down

0 comments on commit c88f49f

Please sign in to comment.