Skip to content

Commit

Permalink
ci: Adds geas installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Nov 4, 2024
1 parent a60e62f commit 52c6bd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
with:
submodules: "recursive"

- name: "Setup Go"
uses: "actions/setup-go@v4"

- name: "Install Geas"
run: "go install github.com/fjl/geas/cmd/geas@latest"

- name: "Install Foundry"
uses: "foundry-rs/foundry-toolchain@v1"
with:
Expand Down

0 comments on commit 52c6bd6

Please sign in to comment.