Skip to content

Commit 43bc3a1

Browse files
MoNTE48sfan5
MoNTE48
authored andcommittedNov 22, 2020
Fix Visual Studio build in Actions
1 parent 872dce5 commit 43bc3a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ jobs:
221221
name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }}
222222
runs-on: windows-2019
223223
env:
224-
VCPKG_VERSION: c7ab9d3110813979a873b2dbac630a9ab79850dc
225-
# 2020.04
224+
VCPKG_VERSION: 0bf3923f9fab4001c00f0f429682a0853b5749e0
225+
# 2020.11
226226
vcpkg_packages: irrlicht zlib curl[winssl] openal-soft libvorbis libogg sqlite3 freetype luajit
227227
strategy:
228228
fail-fast: false
@@ -248,7 +248,7 @@ jobs:
248248
uses: actions/checkout@v2
249249

250250
- name: Restore from cache and run vcpkg
251-
uses: lukka/run-vcpkg@v2
251+
uses: lukka/run-vcpkg@v5
252252
with:
253253
vcpkgArguments: ${{env.vcpkg_packages}}
254254
vcpkgDirectory: '${{ github.workspace }}\vcpkg'

0 commit comments

Comments
 (0)