File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -254,10 +254,6 @@ jobs:
254
254
255
255
steps :
256
256
- uses : actions/checkout@v3
257
- - name : ccache
258
- uses :
hendrikmuhs/[email protected]
259
- with :
260
- key : ${{ github.job }}-${{ matrix.config.arch }}
261
257
262
258
- name : Checkout IrrlichtMt
263
259
run : |
@@ -275,7 +271,7 @@ jobs:
275
271
276
272
- name : Minetest CMake
277
273
run : |
278
- cmake ${{matrix.config.generator}} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache `
274
+ cmake ${{matrix.config.generator}} `
279
275
-DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake" `
280
276
-DCMAKE_BUILD_TYPE=Release `
281
277
-DENABLE_POSTGRESQL=OFF `
Original file line number Diff line number Diff line change @@ -31,18 +31,13 @@ jobs:
31
31
runs-on : macos-11
32
32
steps :
33
33
- uses : actions/checkout@v3
34
- - name : ccache
35
- uses :
hendrikmuhs/[email protected]
36
- with :
37
- key : macos
38
34
- name : Install deps
39
35
run : |
40
36
source ./util/ci/common.sh
41
37
install_macos_deps
42
38
43
39
- name : Build
44
40
run : |
45
- export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
46
41
git clone -b $MINETEST_GAME_BRANCH $MINETEST_GAME_REPO games/$MINETEST_GAME_NAME
47
42
git clone https://github.com/minetest/irrlicht lib/irrlichtmt --depth 1 -b $(cat misc/irrlichtmt_tag.txt)
48
43
mkdir build
You can’t perform that action at this time.
0 commit comments