aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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