File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,21 +76,21 @@ jobs:
76
76
./bin/minetest --run-unittests
77
77
78
78
# Older clang version (should be close to our minimum supported version)
79
- clang_6_0 :
79
+ clang_7 :
80
80
runs-on : ubuntu-20.04
81
81
steps :
82
82
- uses : actions/checkout@v3
83
83
- name : Install deps
84
84
run : |
85
85
source ./util/ci/common.sh
86
- install_linux_deps clang-6.0 valgrind
86
+ install_linux_deps clang-7 valgrind
87
87
88
88
- name : Build
89
89
run : |
90
90
./util/ci/build.sh
91
91
env :
92
- CC : clang-6.0
93
- CXX : clang++-6.0
92
+ CC : clang-7
93
+ CXX : clang++-7
94
94
95
95
- name : Unittest
96
96
run : |
Original file line number Diff line number Diff line change 4
4
5
5
| Dependency | Version | Commentary |
6
6
| ---------- | ------- | ---------- |
7
- | GCC | 7.5+ | or Clang 6.0 + |
7
+ | GCC | 7.5+ | or Clang 7.0.1 + |
8
8
| CMake | 3.5+ | |
9
9
| IrrlichtMt | - | Custom version of Irrlicht, see https://github.com/minetest/irrlicht |
10
10
| Freetype | 2.0+ | |
You can’t perform that action at this time.
0 commit comments