diff options
author | MoNTE48 <MoNTE48@mail.ua> | 2020-11-22 14:21:08 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2020-11-22 19:06:31 +0100 |
commit | 43bc3a124541d014d7a2678d72bf3b54ff2d6e97 (patch) | |
tree | 9bc61d50de7e17af74502232a0b16687bd394302 /.github/workflows/build.yml | |
parent | 872dce5020c5d05597a251c5ce63ebde256f2b64 (diff) | |
download | minetest-43bc3a124541d014d7a2678d72bf3b54ff2d6e97.tar.gz minetest-43bc3a124541d014d7a2678d72bf3b54ff2d6e97.tar.bz2 minetest-43bc3a124541d014d7a2678d72bf3b54ff2d6e97.zip |
Fix Visual Studio build in Actions
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae359f5d8..71fdf3652 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -221,8 +221,8 @@ jobs: name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }} runs-on: windows-2019 env: - VCPKG_VERSION: c7ab9d3110813979a873b2dbac630a9ab79850dc -# 2020.04 + VCPKG_VERSION: 0bf3923f9fab4001c00f0f429682a0853b5749e0 +# 2020.11 vcpkg_packages: irrlicht zlib curl[winssl] openal-soft libvorbis libogg sqlite3 freetype luajit strategy: fail-fast: false @@ -248,7 +248,7 @@ jobs: uses: actions/checkout@v2 - name: Restore from cache and run vcpkg - uses: lukka/run-vcpkg@v2 + uses: lukka/run-vcpkg@v5 with: vcpkgArguments: ${{env.vcpkg_packages}} vcpkgDirectory: '${{ github.workspace }}\vcpkg' |