diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 37221d7..d1faea1 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -6,6 +6,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: update + run: sudo apt-get update -y + - uses: actions/checkout@master - uses: actions/setup-python@master diff --git a/mod.conf b/mod.conf index afb35b4..ec9d2fa 100644 --- a/mod.conf +++ b/mod.conf @@ -6,5 +6,5 @@ author = fluxionary license = LGPL-3.0-or-later media_license = CC-BY-SA-4.0 version = 2023-05-12 -min_minetest_version = 5.6.1 +min_minetest_version = 5.7.0 depends = default, fmod, futil