Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed May 28, 2024
1 parent fa2973d commit c24b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -GNinja
cmake .. -G"Visual Studio 17 2022" -A x64
cmake --build . --config Release
- name: Create artifacts
Expand Down

0 comments on commit c24b520

Please sign in to comment.