Skip to content

Commit

Permalink
[CI] Fixes call to install-deps.ps1. It should not invoke vcpkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianparpart committed Apr 18, 2022
1 parent b8ab719 commit 7363c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: "Fetch embedded dependencies"
shell: powershell
run: |
./scripts/install-deps.ps1
./scripts/install-deps.ps1 --skip-vcpkg
type ./_deps/sources/CMakeLists.txt
- name: "vcpkg: Install dependencies"
uses: lukka/run-vcpkg@v5
Expand Down

0 comments on commit 7363c10

Please sign in to comment.