Skip to content

Commit

Permalink
ci: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed May 1, 2024
1 parent 0a91e8b commit 6c3ba46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: arduino/setup-task@v2
- name: Install Go
uses: actions/setup-go@v4
- name: Install xgo
run: go install src.techknowlogick.com/xgo@latest
- name: Prepare assets
run: task cross
- name: Create release
Expand Down

0 comments on commit 6c3ba46

Please sign in to comment.