Skip to content

Commit

Permalink
CI: install git before using checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Dec 18, 2023
1 parent 9b42c5b commit 8f4e9bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: panda-arc

steps:
- name: Install git
run: apt-get -qq update -y && \
apt-get -qq install git -y

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8f4e9bd

Please sign in to comment.