Skip to content

Commit

Permalink
go mod download
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Mar 18, 2024
1 parent 82e37e9 commit bd632f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
go-version: 1.20

- name: Install dependencies
working-directory: relayer
run: go mod download

- name: Install Mage
working-directory: relayer
run: go install github.com/magefile/mage@latest
Expand Down

0 comments on commit bd632f5

Please sign in to comment.