diff options
author | sfan5 <sfan5@live.de> | 2021-03-07 13:58:27 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-03-09 21:53:17 +0100 |
commit | 75eb28b95994781d52eb2c09303b1cd04e32b6c5 (patch) | |
tree | c2c1473e4976d915fa4058d90907b610c5b415f3 /.github | |
parent | 91c9313c87bfec8b44e5adb91b06aba9f343dd53 (diff) | |
download | minetest-75eb28b95994781d52eb2c09303b1cd04e32b6c5.tar.gz minetest-75eb28b95994781d52eb2c09303b1cd04e32b6c5.tar.bz2 minetest-75eb28b95994781d52eb2c09303b1cd04e32b6c5.zip |
CI: update configurations for Irrlicht fork
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3cc92a8e..ae24dc574 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: - name: Install deps run: | source ./util/ci/common.sh - install_linux_deps clang-9 + install_linux_deps --old-irr clang-9 - name: Build prometheus-cpp run: | @@ -212,7 +212,10 @@ jobs: msvc: name: VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }} - runs-on: windows-2019 + runs-on: windows-2019 + #### Disabled due to Irrlicht switch + if: false + #### Disabled due to Irrlicht switch env: VCPKG_VERSION: 0bf3923f9fab4001c00f0f429682a0853b5749e0 # 2020.11 |