From 1bb3c19e23c9fa7947d7cf51c44d8aa6a4226115 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 5 Apr 2023 14:59:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e931561..753e4e7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,7 +12,7 @@ jobs: id: wine_install run: | apt update -y && apt upgrade -y - apt install -y wine64 nodejs p7zip-full ca-certificates tree jq curl + apt install -y wine64 nodejs p7zip-full ca-certificates tree jq curl zip echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT - name: download godot build libs run: |