Skip to content

Commit 35ad3da

Browse files
authored
Fix MSVC github action
1 parent 4fb6754 commit 35ad3da

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ jobs:
202202
name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }}
203203
runs-on: windows-2019
204204
env:
205-
VCPKG_VERSION: 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1
206-
# 2023.04.15
207-
vcpkg_packages: gettext zlib zstd curl[winssl] openal-soft libvorbis libogg libjpeg-turbo sqlite3 freetype luajit gmp jsoncpp opengl-registry
205+
VCPKG_VERSION: 5cf60186a241e84e8232641ee973395d4fde90e1
206+
# 2022.02
207+
vcpkg_packages: zlib zstd curl[winssl] openal-soft libvorbis libogg libjpeg-turbo sqlite3 freetype luajit gmp jsoncpp opengl-registry
208208
strategy:
209209
fail-fast: false
210210
matrix:
@@ -249,7 +249,6 @@ jobs:
249249
-DENABLE_POSTGRESQL=OFF `
250250
-DENABLE_LUAJIT=TRUE `
251251
-DREQUIRE_LUAJIT=TRUE `
252-
-DENABLE_GETTEXT=TRUE `
253252
-DRUN_IN_PLACE=${{ contains(matrix.type, 'portable') }} .
254253
255254
- name: Build Minetest

0 commit comments

Comments
 (0)