From 7e8d31f25d593f45df6e1f183c65c36850145aaa Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Sun, 23 Jul 2023 09:46:55 -0700 Subject: [PATCH] update metadata --- .github/workflows/pre-commit.yml | 3 +++ mod.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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