diff options
author | crupest <crupest@outlook.com> | 2020-07-01 18:47:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-01 18:47:10 +0800 |
commit | 645fd13409e9394b5c4662ca5f71e372588d2004 (patch) | |
tree | 0a6a56cf702e3ba396d64b90fff602ee3e60485a /.github | |
parent | 2018b0193f75e79d3f99777321b33466d7bc8787 (diff) | |
download | cru-645fd13409e9394b5c4662ca5f71e372588d2004.tar.gz cru-645fd13409e9394b5c4662ca5f71e372588d2004.tar.bz2 cru-645fd13409e9394b5c4662ca5f71e372588d2004.zip |
...
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ad7fa1..61daa041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,6 @@ jobs: with: vcpkgArguments: "${{ env.vcpkgPackages }}" vcpkgTriplet: "${{ matrix.triplet }}" - - name: Prints outputs of run-vcpkg task - run: echo "'${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}' '${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_TRIPLET_OUT }}' " - name: Run build script run: python tools\win_build.py -a ${{ matrix.architecture }} -c ${{ matrix.buildConfiguration }} --skip-install-packages |