From 52c6bd624711412170cd44e3e753ad42070a89eb Mon Sep 17 00:00:00 2001 From: pascal Date: Mon, 4 Nov 2024 14:10:48 +0100 Subject: [PATCH] ci: Adds geas installation step --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d9c11..0a71526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: