From 366af90c28ce953d49242037b08408e220481215 Mon Sep 17 00:00:00 2001 From: Danil Date: Sat, 6 Jul 2024 18:11:28 +0700 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D1=81=D0=BE=D0=B7=D0=B4?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D1=89=D0=B8=D0=BA=D0=B0=20=D0=B4=D0=BB=D1=8F=20Arch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1452777..b95ea6a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -31,6 +31,11 @@ jobs: # output_dir_two: src-tauri/target/x86_64-apple-darwin/release/bundle/dmg/**.dmg runs-on: ${{ matrix.platform }} steps: + - name: Preinstall Arch dependencies + if: matrix.platform == 'arch-latest' + run: | + pacman -Syyu --noconfirm + pacman -S node git --noconfirm - name: Setup Node.js uses: actions/setup-node@v4 - name: Checkout repository