Skip to content

Commit

Permalink
fix: add binutils-gold package to Alpine setup in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Dec 22, 2024
1 parent 51c8fd1 commit 94b01d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup alpine dependencies
run: |
cat /etc/alpine-release
apk add git go make bash
apk add git go make bash binutils-gold
shell: alpine.sh --root {0}

- name: Checkout
Expand Down

0 comments on commit 94b01d8

Please sign in to comment.