forked from Mirrorlandia_minetest/minetest
Fix MSVC github action
This commit is contained in:
parent
4fb6754903
commit
35ad3dabab
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -202,9 +202,9 @@ jobs:
|
|||||||
name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }}
|
name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }}
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
env:
|
env:
|
||||||
VCPKG_VERSION: 501db0f17ef6df184fcdbfbe0f87cde2313b6ab1
|
VCPKG_VERSION: 5cf60186a241e84e8232641ee973395d4fde90e1
|
||||||
# 2023.04.15
|
# 2022.02
|
||||||
vcpkg_packages: gettext zlib zstd curl[winssl] openal-soft libvorbis libogg libjpeg-turbo sqlite3 freetype luajit gmp jsoncpp opengl-registry
|
vcpkg_packages: zlib zstd curl[winssl] openal-soft libvorbis libogg libjpeg-turbo sqlite3 freetype luajit gmp jsoncpp opengl-registry
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -249,7 +249,6 @@ jobs:
|
|||||||
-DENABLE_POSTGRESQL=OFF `
|
-DENABLE_POSTGRESQL=OFF `
|
||||||
-DENABLE_LUAJIT=TRUE `
|
-DENABLE_LUAJIT=TRUE `
|
||||||
-DREQUIRE_LUAJIT=TRUE `
|
-DREQUIRE_LUAJIT=TRUE `
|
||||||
-DENABLE_GETTEXT=TRUE `
|
|
||||||
-DRUN_IN_PLACE=${{ contains(matrix.type, 'portable') }} .
|
-DRUN_IN_PLACE=${{ contains(matrix.type, 'portable') }} .
|
||||||
|
|
||||||
- name: Build Minetest
|
- name: Build Minetest
|
||||||
|
Loading…
Reference in New Issue
Block a user