Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 1, 2024
1 parent 3450071 commit 721c69a
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 @@ -102,7 +102,7 @@ jobs:
path: build\vcpkg_installed
- name: Configure
run: |
mkdir build
mkdir build -Force
cmake `
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
Expand All @@ -111,7 +111,7 @@ jobs:
run: cmake --build .
- name: Package
run: |
cd build `
cd build \
cpack -G NSIS
# mingw-cross:
Expand Down

0 comments on commit 721c69a

Please sign in to comment.