summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-05-22 00:52:11 +0200
committersfan5 <sfan5@live.de>2022-05-23 22:50:58 +0200
commit16a30556dfa8e27c82d026bd63467f82d2e37a1c (patch)
treefe05c2eecb7c438dd16e6f83648dcc3e79b45d7f /.github/workflows
parent5daafc9d336d3f946854874e56a38ae9ac130811 (diff)
downloadminetest-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')
-rw-r--r--.github/workflows/build.yml2
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: |