Skip to content

Commit

Permalink
ci: adapt ci for new authenticode-parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Jan 8, 2023
1 parent 0accc1b commit a5bd867
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ jobs:
vcpkgGitCommitId: '163fe7bd3d67c41200617caaa245b5ba2ba854e6'
runVcpkgInstall: true

- name: Export VCPKGRS_TRIPLET env var
- name: Export VCPKGRS_TRIPLET and OPENSSL_DIR env var
shell: bash
run: echo "VCPKGRS_TRIPLET=${{ matrix.vcpkg_triplet }}" >> $GITHUB_ENV
run: |
echo "VCPKGRS_TRIPLET=${{ matrix.vcpkg_triplet }}" >> $GITHUB_ENV
echo "OPENSSL_DIR=${{ runner.workspace }}\\vcpkg\\installed\\${{ matrix.vcpkg_triplet }}" >> $GITHUB_ENV
- run: cargo test --target=${{matrix.target}}

Expand Down

0 comments on commit a5bd867

Please sign in to comment.