Skip to content

Commit

Permalink
Merge 7ae59d0 into bba289c
Browse files Browse the repository at this point in the history
  • Loading branch information
otavio committed Jul 27, 2021
2 parents bba289c + 7ae59d0 commit 4ee713f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/windows.yml
Expand Up @@ -26,11 +26,12 @@ jobs:
uses: actions/checkout@v2

- name: Install libarchive
uses: lukka/run-vcpkg@v7
uses: lukka/run-vcpkg@v7.4
with:
vcpkgArguments: "libarchive"
vcpkgArguments: libarchive
vcpkgTriplet: x64-windows
vcpkgGitCommitId: ec6fe06e8da05a8157dc8581fa96b36b571c1bd5 # 2020.11-1
vcpkgGitCommitId: 7dbc05515b44bf54d2a42b4da9d1e1f910868b86 # master
useShell: true

- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4ee713f

Please sign in to comment.