Skip to content

Commit

Permalink
Try run-vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmolot committed Nov 20, 2024
1 parent cebf049 commit 07a3549
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
submodules: 'recursive'

- name: Setup anew (or from cache) vcpkg (and does not build any package)
uses: lukka/run-vcpkg@v11 # Always specify the specific _version_ of the
# action you need, `v11` in this case to stay up
# to date with fixes on the v11 branch.

- name: Install dependencies Ubuntu x86
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'x86' }}
run: |
Expand Down

0 comments on commit 07a3549

Please sign in to comment.