Skip to content

Commit

Permalink
Trying boost with nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Jun 6, 2024
1 parent 7376a38 commit 1fa39fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
if: ${{ startsWith(matrix.config.os, 'windows') }}
run: |
choco install --yes ninja
choco install --yes boost-msvc-14.3
dotnet add package boost --version 1.85.0
# choco install --yes boost-msvc-14.3
# vcpkg install boost-test:x64-windows boost-multiprecision:x64-windows boost-variant:x64-windows
shell: cmd

Expand Down

0 comments on commit 1fa39fe

Please sign in to comment.