diff options
author | sfan5 <sfan5@live.de> | 2022-05-22 00:52:11 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-05-23 22:50:58 +0200 |
commit | 16a30556dfa8e27c82d026bd63467f82d2e37a1c (patch) | |
tree | fe05c2eecb7c438dd16e6f83648dcc3e79b45d7f /.github/workflows/build.yml | |
parent | 5daafc9d336d3f946854874e56a38ae9ac130811 (diff) | |
download | minetest-16a30556dfa8e27c82d026bd63467f82d2e37a1c.tar.gz minetest-16a30556dfa8e27c82d026bd63467f82d2e37a1c.tar.bz2 minetest-16a30556dfa8e27c82d026bd63467f82d2e37a1c.zip |
Formally drop support for building with upstream Irrlicht
It stopped working with (at least) the last commit.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70340d82d..1717a282d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ jobs: - name: Install deps run: | source ./util/ci/common.sh - install_linux_deps --old-irr clang-9 + install_linux_deps clang-9 - name: Build prometheus-cpp run: | |