Skip to content

Commit

Permalink
install grc dep in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Nov 4, 2024
1 parent b78c757 commit b9cc970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
run: |
apk update
apk add bash curl gcc git libc-dev make nghttp2 nodejs npm redis openssh musl-dev net-snmp-dev openssl python3
wget https://raw.githubusercontent.com/garabik/grc/refs/heads/master/grc
chmod +x grc
mv grc /usr/local/bin
- name: Build (race)
run: make build-race
Expand Down

0 comments on commit b9cc970

Please sign in to comment.