Skip to content

Commit

Permalink
install musl tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Jul 1, 2024
1 parent db2a232 commit 4696a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install musl tools
run: sudo apt install unzip musl-tools -y
- name: Run lint
run: make lint
- name: Run tests
Expand Down

0 comments on commit 4696a34

Please sign in to comment.