Skip to content

Commit b43d7a7

Browse files
committed
skip macos and vs 2019 which dont't work
1 parent cdf2f7b commit b43d7a7

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ jobs:
254254

255255
steps:
256256
- uses: actions/checkout@v3
257-
- name: ccache
258-
uses: hendrikmuhs/[email protected]
259-
with:
260-
key: ${{ github.job }}-${{ matrix.config.arch }}
261257

262258
- name: Checkout IrrlichtMt
263259
run: |
@@ -275,7 +271,7 @@ jobs:
275271

276272
- name: Minetest CMake
277273
run: |
278-
cmake ${{matrix.config.generator}} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache `
274+
cmake ${{matrix.config.generator}} `
279275
-DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake" `
280276
-DCMAKE_BUILD_TYPE=Release `
281277
-DENABLE_POSTGRESQL=OFF `

.github/workflows/macos.yml

-5
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,13 @@ jobs:
3131
runs-on: macos-11
3232
steps:
3333
- uses: actions/checkout@v3
34-
- name: ccache
35-
uses: hendrikmuhs/[email protected]
36-
with:
37-
key: macos
3834
- name: Install deps
3935
run: |
4036
source ./util/ci/common.sh
4137
install_macos_deps
4238
4339
- name: Build
4440
run: |
45-
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
4641
git clone -b $MINETEST_GAME_BRANCH $MINETEST_GAME_REPO games/$MINETEST_GAME_NAME
4742
git clone https://github.com/minetest/irrlicht lib/irrlichtmt --depth 1 -b $(cat misc/irrlichtmt_tag.txt)
4843
mkdir build

0 commit comments

Comments
 (0)