Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale authored Apr 28, 2024
1 parent 623688f commit 1a4143b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
cd cpp
cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON -B build-dir -S . # Use make (not ninja)
cmake --build build-dir --config Debug
cmake --install build-dir --config Debug --prefix D:/a/basix/install
cmake --build build-dir --config Release
cmake --install build-dir --config Release --prefix D:/a/basix/install
- name: Install Basix Python wrapper
run: |
cd python
Expand Down

0 comments on commit 1a4143b

Please sign in to comment.