From 4f42e95f2895a576cac1c35c1ae2f9ddf663ff96 Mon Sep 17 00:00:00 2001 From: schreifuchs Date: Mon, 3 Mar 2025 11:01:34 +0100 Subject: [PATCH] pipeline v3 --- .gitea/workflows/build_linux.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_linux.yml b/.gitea/workflows/build_linux.yml index d69afcc..96c2c23 100644 --- a/.gitea/workflows/build_linux.yml +++ b/.gitea/workflows/build_linux.yml @@ -12,8 +12,11 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.24 - - name: install X-Compile dependencies - run: apt-get update && apt-get install -y mingw-w64 nsis + - name: install apt dependencies + run: apt-get update && apt-get install -y mingw-w64 nsis nodejs + - name: install pnpm + run: curl -fsSL https://get.pnpm.io/install.sh | sh - + - name: install wails run: go install github.com/wailsapp/wails/v2/cmd/wails@latest - name: build