Skip to content

Commit

Permalink
add setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent 33db581 commit 5c90077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Set up Docker
uses: docker/setup-buildx-action@v2
- name: Install fyne-cross
run: go install github.com/fyne-io/fyne-cross@latest
- name: Cross-compile for macOS
Expand Down

0 comments on commit 5c90077

Please sign in to comment.