Skip to content

Commit

Permalink
checkout vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnp committed Dec 25, 2023
1 parent b6d5774 commit 5b7b0e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.target }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: "https://github.com/microsoft/vcpkg"
path: "vcpkg"
- uses: lukka/get-cmake@latest
- name: dir
run: find $RUNNER_WORKSPACE
Expand Down

0 comments on commit 5b7b0e8

Please sign in to comment.