Skip to content

Commit

Permalink
Update dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thyodas authored Feb 16, 2025
1 parent 933dbe6 commit 8351774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
- name: Init submodules
run: |
git submodule update --init --recursive
cd vcpkg && git fetch --all
cd vcpkg && git fetch --all --unshallow
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11

- name: Init submodules
run: |
git submodule update --init --recursive
cd vcpkg && git fetch --all
cd vcpkg && git fetch --all --unshallow
# This will execute a dry-run, meaning that libraries will not be built and
Expand Down

0 comments on commit 8351774

Please sign in to comment.