Skip to content

Commit

Permalink
install fyne
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuan committed Aug 1, 2024
1 parent 89cd4d9 commit ec2d289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
version: v1.59
args: --timeout=3m
- name: install deps
run: make install-deps
- name: build
run: make build
- name: package
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ fieldalignment:

package:
fyne package -os darwin -icon assets/icon.png

install-deps:
go install fyne.io/fyne/v2/cmd/fyne@latest

0 comments on commit ec2d289

Please sign in to comment.