Skip to content

Commit

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

- name: Install libarchive
- name: Install vcpkg
uses: lukka/run-vcpkg@v7
with:
vcpkgArguments: "libarchive"
vcpkgTriplet: x64-windows
vcpkgGitCommitId: ec6fe06e8da05a8157dc8581fa96b36b571c1bd5 # 2020.11-1
setupOnly: true
vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092 # 2021.05.12

- name: Install libarchive
run: |
$VCPKG_ROOT/vcpkg install libarchive:x64-windows
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit b87cf74

Please sign in to comment.