diff options
author | sfan5 <sfan5@live.de> | 2022-05-22 00:11:22 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-05-22 00:11:22 +0200 |
commit | bc59fcf5c5cc44ea18e93f64aca9c20be71c1b07 (patch) | |
tree | 4a621d12d2e5a720284b8f9c8f39ab4bf90a178f /.github | |
parent | 2f32044273d107e82fb1c35d4a0f616fa480cdf0 (diff) | |
download | minetest-bc59fcf5c5cc44ea18e93f64aca9c20be71c1b07.tar.gz minetest-bc59fcf5c5cc44ea18e93f64aca9c20be71c1b07.tar.bz2 minetest-bc59fcf5c5cc44ea18e93f64aca9c20be71c1b07.zip |
Bump IrrlichtMt version in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/macos.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cc83923b..70340d82d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -230,7 +230,7 @@ jobs: with: repository: minetest/irrlicht path: lib/irrlichtmt/ - ref: "1.9.0mt5" + ref: "1.9.0mt6" - name: Restore from cache and run vcpkg uses: lukka/run-vcpkg@v7 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c0278a38c..346e4f300 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,7 +22,7 @@ on: - '.github/workflows/macos.yml' env: - IRRLICHT_TAG: 1.9.0mt5 + IRRLICHT_TAG: 1.9.0mt6 MINETEST_GAME_REPO: https://github.com/minetest/minetest_game.git MINETEST_GAME_BRANCH: master MINETEST_GAME_NAME: minetest_game |