Skip to content

Commit

Permalink
fix: install ronn in validate build
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrwe committed Feb 6, 2024
1 parent 21a2e1b commit ded79e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Setup Syft
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin

- name: Install ronn
run: sudo apt-get update && sudo apt-get install -y ronn

- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest

Expand Down

0 comments on commit ded79e7

Please sign in to comment.