Skip to content

Commit

Permalink
cicd: windows: Update run-vcpkg action to v7
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Feb 28, 2021
1 parent 70d5981 commit 1708c4d
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/windows.yml
Expand Up @@ -22,22 +22,16 @@ jobs:
runs-on: windows-latest

steps:
- name: Install Dependencies
uses: lukka/run-vcpkg@v6
- name: Checkout sources
uses: actions/checkout@v2

- name: Install libarchive
uses: lukka/run-vcpkg@v7
with:
vcpkgArguments: "libarchive"
vcpkgTriplet: x64-windows
vcpkgDirectory: ${{ runner.workspace }}/vcpkg/
appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }}
vcpkgGitCommitId: 2020.11-1

- name: Test vcpkg
run: |
vcpkg list
vcpkg search libarchive
vcpkg search libarchive --triplet x64-windows
- name: Checkout sources
uses: actions/checkout@v2
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 1708c4d

Please sign in to comment.