Skip to content

Commit

Permalink
Added musl tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanHnter authored Apr 23, 2024
1 parent 027bc97 commit a3304b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Install musl-tools
run: sudo apt-get update && sudo apt-get install musl-tools -y

- name: Execute Task
run: task build

Expand Down

0 comments on commit a3304b5

Please sign in to comment.