Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmolot committed Nov 20, 2024
1 parent 855e090 commit 9fe2e3d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11

- uses: actions/checkout@v4
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 9fe2e3d

Please sign in to comment.