workflow #1
@ -12,8 +12,11 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
- name: install X-Compile dependencies
|
- name: install apt dependencies
|
||||||
run: apt-get update && apt-get install -y mingw-w64 nsis
|
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
|
- name: install wails
|
||||||
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user