chore: add Wails installation step
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 27s
CI / build-frontend (push) Successful in 1m18s
CI / scan-backend (push) Successful in 9m20s
CI / build-backend (push) Successful in 21s

This commit is contained in:
2025-12-31 15:45:08 -06:00
parent 81869eb6d7
commit dd0ef88856

View File

@@ -61,6 +61,9 @@ jobs:
with:
go-version: '1.25.5'
- name: Install Wails
run: go install github.com/wailsapp/wails/v2/cmd/wails@ac867f658730618b79b4fbea194ccbbbddac28ee # v2.11.0
- name: Build server binaries
run: |
task build:backend