We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872dce5 commit 43bc3a1Copy full SHA for 43bc3a1
.github/workflows/build.yml
@@ -221,8 +221,8 @@ jobs:
221
name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }}
222
runs-on: windows-2019
223
env:
224
- VCPKG_VERSION: c7ab9d3110813979a873b2dbac630a9ab79850dc
225
-# 2020.04
+ VCPKG_VERSION: 0bf3923f9fab4001c00f0f429682a0853b5749e0
+# 2020.11
226
vcpkg_packages: irrlicht zlib curl[winssl] openal-soft libvorbis libogg sqlite3 freetype luajit
227
strategy:
228
fail-fast: false
@@ -248,7 +248,7 @@ jobs:
248
uses: actions/checkout@v2
249
250
- name: Restore from cache and run vcpkg
251
- uses: lukka/run-vcpkg@v2
+ uses: lukka/run-vcpkg@v5
252
with:
253
vcpkgArguments: ${{env.vcpkg_packages}}
254
vcpkgDirectory: '${{ github.workspace }}\vcpkg'
0 commit comments