diff options
author | crupest <crupest@outlook.com> | 2020-07-01 18:37:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-01 18:37:53 +0800 |
commit | f451394b9093073d401d5f78f1b7d6ca16605fe2 (patch) | |
tree | e4ee270838784e3356976107505ded1b1e46d18d /.github/workflows/ci.yml | |
parent | db47dcb39c2753e1ea3b83856ce5f2badffba90f (diff) | |
download | cru-f451394b9093073d401d5f78f1b7d6ca16605fe2.tar.gz cru-f451394b9093073d401d5f78f1b7d6ca16605fe2.tar.bz2 cru-f451394b9093073d401d5f78f1b7d6ca16605fe2.zip |
...
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71c5d45c..87ac668e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,6 @@ jobs: with: vcpkgArguments: "${{ env.vcpkgPackages }}" vcpkgTriplet: "${{ matrix.triplet }}" - vcpkgDirectory: "${{ runner.workspace }}/b/vcpkg" - name: Prints outputs of run-vcpkg task run: echo "'${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}' '${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_TRIPLET_OUT }}' " |