Skip to content

Commit

Permalink
Fix Windows mingw64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux authored Sep 11, 2022
1 parent 62fb088 commit 55e6131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
BUILD_DIR=$SOURCE_DIR/build
mkdir -p $BUILD_DIR
cd $BUILD_DIR
cmake -DCMAKE_BUILD_TYPE=Debug -G"MinGW Makefiles" $SOURCE_DIR -DCMAKE_INSTALL_PREFIX="$(pwd)/install"
cmake --build . --config Debug --target install
cmake -DCMAKE_BUILD_TYPE=Release -G"MinGW Makefiles" $SOURCE_DIR -DCMAKE_INSTALL_PREFIX="$(pwd)/install"
cmake --build . --config Release --target install
- name: Install Vulkan SDK
run: |
Expand Down

0 comments on commit 55e6131

Please sign in to comment.