Skip to content

Commit

Permalink
Trying something I shouldn't need to set manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 9, 2024
1 parent 7fe48c8 commit 0852e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH="${CONDA_PREFIX}/Library" -DCMAKE_C_FLAGS="-I${CONDA_PREFIX}/Library/include"
cmake .. -DCMAKE_PREFIX_PATH="${CONDA_PREFIX}/Library" -DCMAKE_C_FLAGS="-I${CONDA_PREFIX}/Library/include" -DWIN32=1
if: ${{ success() }}

- name: View cache - configuration
Expand Down

0 comments on commit 0852e08

Please sign in to comment.