From db47dcb39c2753e1ea3b83856ce5f2badffba90f Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 1 Jul 2020 18:18:37 +0800 Subject: ... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3