Skip to content

Commit

Permalink
dependencies for windows, bumps
Browse files Browse the repository at this point in the history
Signed-off-by: inakleinbottle <admin@inakleinbottle.com>
  • Loading branch information
inakleinbottle committed May 24, 2023
1 parent 41302d9 commit 04c8a71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
id: boost-windows
shell: bash
run: |
build/vcpkg/vcpkg install boost-system boost-thread boost-container --triplet x86-windows
build/vcpkg/vcpkg install boost-system boost-thread boost-container --triplet x64-windows
build/vcpkg/vcpkg install boost-system boost-thread boost-container boost-multiprecision --triplet x86-windows
build/vcpkg/vcpkg install boost-system boost-thread boost-container boost-multiprecision --triplet x64-windows
if: runner.os == 'Windows' && steps.cache-boost-windows.outputs.cache-hit != 'true'
env:
VCPKG_KEEP_ENV_VARS: "MKLROOT"
Expand Down
2 changes: 1 addition & 1 deletion libalgebra

0 comments on commit 04c8a71

Please sign in to comment.