Skip to content

Commit

Permalink
Use dynamic vcpkg packages on linux and mac (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth authored Nov 12, 2024
1 parent 627b609 commit 6a309ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ jobs:
shell: bash
run: |
cd ${{ github.workspace }}
${{ env.VCPKG_EXE }} install --triplet x64-linux
${{ env.VCPKG_EXE }} install --triplet x64-linux-dynamic
- name: Install vcpkg dependencies
if: startsWith(matrix.os, 'macos')
shell: bash
run: |
cd ${{ github.workspace }}
${{ env.VCPKG_EXE }} install --triplet x64-osx --allow-unsupported
${{ env.VCPKG_EXE }} install --triplet x64-osx-dynamic
# Build the package
- name: Windows build
Expand Down

0 comments on commit 6a309ec

Please sign in to comment.