pipeline v3
Some checks failed
build-linux / publish (push) Failing after 39s

This commit is contained in:
schreifuchs 2025-03-03 11:01:34 +01:00
parent e0080233b4
commit 4f42e95f28

View File

@ -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