Skip to content

Commit

Permalink
Merge branch 'fumiama:master' into fix-msvc-build
Browse files Browse the repository at this point in the history
  • Loading branch information
synodriver committed Apr 7, 2024
2 parents b90b856 + 3b4925e commit fed20e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Build and Run 64bit Tests
run: |
mkdir build && cd ./build
cmake -DBUILD=test ..
cmake .. -DBUILD=test -G "Visual Studio 17 2022" -A x64
cmake --build .

0 comments on commit fed20e6

Please sign in to comment.