Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 24, 2022
1 parent a09f7e5 commit 929ef49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
options: --user root

steps:
- name: Install git
shell: bash
run: |
sudo apt update
sudo apt-get install git
- uses: Wandalen/wretry.action@v1.0.15
name: Checkout
with:
Expand Down

0 comments on commit 929ef49

Please sign in to comment.