Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <[email protected]>
  • Loading branch information
barnabasbusa authored Apr 16, 2024
1 parent 8e7b4a4 commit 21629c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ runs:
steps:
- name: Checkout this repo
uses: actions/checkout@v4
- name: Install shell git
shell: bash
run: sudo apt install git -y
- uses: actions/setup-java@v4
if: contains(inputs.repository, 'teku')
with:
Expand Down

0 comments on commit 21629c0

Please sign in to comment.