diff options
author | sfan5 <sfan5@live.de> | 2022-07-21 20:35:33 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-07-23 22:27:19 +0200 |
commit | 71f6a5f44e0cb0e4ef57e942987ec8e76139452c (patch) | |
tree | dccd95821aa784a4fe0c0665d878182d263996c1 /.github | |
parent | d631f21024bac626babe2e8eac4505210d368ffa (diff) | |
download | minetest-71f6a5f44e0cb0e4ef57e942987ec8e76139452c.tar.gz minetest-71f6a5f44e0cb0e4ef57e942987ec8e76139452c.tar.bz2 minetest-71f6a5f44e0cb0e4ef57e942987ec8e76139452c.zip |
Bump IrrlichtMt
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 1717a282d..c45743284 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.0mt6" + ref: "1.9.0mt7" - 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 7c0c01c25..7f0318c76 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.0mt6 + IRRLICHT_TAG: 1.9.0mt7 MINETEST_GAME_REPO: https://github.com/minetest/minetest_game.git MINETEST_GAME_BRANCH: master MINETEST_GAME_NAME: minetest_game |