From 175e13257653b07df247422cebd3a6da5f29dc51 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 21 Jul 2022 20:51:02 +0200 Subject: Centralize IrrlichtMt version used for builds maybe a submodule would have really been easier... --- .github/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c45743284..d578c3d9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -226,11 +226,9 @@ jobs: - uses: actions/checkout@v3 - name: Checkout IrrlichtMt - uses: actions/checkout@v3 - with: - repository: minetest/irrlicht - path: lib/irrlichtmt/ - ref: "1.9.0mt7" + run: | + $ref = @(Get-Content misc\irrlichtmt_tag.txt) + git clone https://github.com/minetest/irrlicht lib\irrlichtmt --depth 1 -b $ref[0] - name: Restore from cache and run vcpkg uses: lukka/run-vcpkg@v7 -- cgit v1.2.3