Skip to content

Commit

Permalink
install git before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Janko Uehlinger committed Sep 29, 2023
1 parent 572691a commit 0cc5717
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
image: ubuntu

steps:
- name: Install Git
run: sudo apt-get install git-core

- uses: actions/checkout@main
with:
with:
submodules: true

- name: Checkout repo
run: |
ls -lah
Expand Down

0 comments on commit 0cc5717

Please sign in to comment.