Skip to content

Commit

Permalink
try to fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jan 26, 2025
1 parent e5d8962 commit f12a33e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
-Werror=dev
-DUSE_WERROR=ON
-DCMAKE_BUILD_TYPE=RelWithDebInfo
BUILD_FLAGS: -j 4
BUILD_FLAGS: --parallel 4
steps:
- name: Configure apt
run: |
Expand All @@ -36,10 +36,10 @@ jobs:
run: |
cmake -S . \
-B build \
$BUILD_FLAGS \
-DCMAKE_INSTALL_PREFIX=./install \
-DCMAKE_TOOLCHAIN_FILE="./cmake/toolchains/MinGW-W64-64.cmake" \
$CMAKE_OPTS \
$BUILD_FLAGS
$CMAKE_OPTS
- name: Build
run: cmake --build build
- name: Package
Expand Down

0 comments on commit f12a33e

Please sign in to comment.