Skip to content

Commit

Permalink
ls contrib bin
Browse files Browse the repository at this point in the history
  • Loading branch information
axelwalter committed Jun 17, 2024
1 parent f605320 commit 2ff02b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
# Extract the archive
7z x contrib_build-Windows.tar.gz
rm contrib_build-Windows.tar.gz
cd bin
ls
- name: Setup ccache cache
Expand Down Expand Up @@ -118,10 +119,10 @@ jobs:
ENABLE_TOPP_TESTING: "ON"
ENABLE_CLASS_TESTING: "ON"
WITH_GUI: "ON"
ADDRESS_SANITIZER: "Off"
ADDRESS_SANITIZER: "OFF"
# BUILD_TYPE: "Release"
OPENMP: "Off"
USE_STATIC_BOOST: "On"
OPENMP: "OFF"
USE_STATIC_BOOST: "ON"
# BUILD_FLAGS: "-p:CL_MPCount=2" # For VS Generator and MSBuild
BUILD_FLAGS: "-j2" # Ninja will otherwise use all cores (doesn't go well in GHA)
CMAKE_CCACHE_EXE: "ccache"
Expand Down

0 comments on commit 2ff02b3

Please sign in to comment.