install pnpm in pipeline
Some checks failed
build-linux / publish (push) Failing after 4m4s

This commit is contained in:
schreifuchs 2025-03-03 11:09:39 +01:00
parent 2eafcd0ee9
commit 3d63cec5ab

View File

@ -15,7 +15,9 @@ jobs:
- name: install apt dependencies
run: apt-get update && apt-get install -y mingw-w64 nsis nodejs
- name: install pnpm
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
uses: pnpm/action-setup@v4
with:
version: 10
- name: install wails
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
- name: build