Skip to content

Commit

Permalink
Add git installation as required for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-ice committed Sep 17, 2024
1 parent 4303582 commit 86210ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
access_token: ${{ github.token }}

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

- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 86210ab

Please sign in to comment.