aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-01 18:18:37 +0800
committercrupest <crupest@outlook.com>2020-07-01 18:18:37 +0800
commitdb47dcb39c2753e1ea3b83856ce5f2badffba90f (patch)
treebf2b2da32c8477011fba80c39f4e68d1e905083c /.github/workflows/ci.yml
parent68da5bb83a47d21157a48845fb71e7df0c6baec1 (diff)
downloadcru-db47dcb39c2753e1ea3b83856ce5f2badffba90f.tar.gz
cru-db47dcb39c2753e1ea3b83856ce5f2badffba90f.tar.bz2
cru-db47dcb39c2753e1ea3b83856ce5f2badffba90f.zip
...
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
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