Skip to content

Commit

Permalink
Checkout before install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Jan 2, 2024
1 parent ba62928 commit ac32d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ jobs:
VCPKG_ROOT: C:/vcpkg
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}/vcpkg/bincache
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: lukka/run-vcpkg@v10
name: Install dependencies
with:
vcpkgGitCommitId: c8696863d371ab7f46e213d8f5ca923c4aef2a00
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
- name: Configure
Expand Down

0 comments on commit ac32d31

Please sign in to comment.