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 ad07def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install Dependencies
run: |
apk update
apk add bash curl gcc git libc-dev make nghttp2 nodejs npm redis openssh musl-dev net-snmp-dev openssl python3
apk add bash curl gcc git libc-dev make nghttp2 nodejs npm redis openssh musl-dev net-snmp-dev openssl python3 grc
- name: Build (race)
run: make build-race
Expand Down

0 comments on commit ad07def

Please sign in to comment.