diff options
author | crupest <crupest@outlook.com> | 2020-07-01 18:18:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-01 18:18:37 +0800 |
commit | db47dcb39c2753e1ea3b83856ce5f2badffba90f (patch) | |
tree | bf2b2da32c8477011fba80c39f4e68d1e905083c /.github | |
parent | 68da5bb83a47d21157a48845fb71e7df0c6baec1 (diff) | |
download | cru-db47dcb39c2753e1ea3b83856ce5f2badffba90f.tar.gz cru-db47dcb39c2753e1ea3b83856ce5f2badffba90f.tar.bz2 cru-db47dcb39c2753e1ea3b83856ce5f2badffba90f.zip |
...
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e600ea8f..71c5d45c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: uses: lukka/run-vcpkg@add_triplet_to_cachekey id: runvcpkg with: - vcpkgArguments: "${{ matrix.vcpkgPackages }}" + vcpkgArguments: "${{ env.vcpkgPackages }}" vcpkgTriplet: "${{ matrix.triplet }}" vcpkgDirectory: "${{ runner.workspace }}/b/vcpkg" - name: Prints outputs of run-vcpkg task |