Skip to content

Commit

Permalink
Install git when running a CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn authored Dec 23, 2023
1 parent b00b8a0 commit 7663ef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: arc-runner

steps:
-
name: Install git
run: sudo apt-get update && sudo apt-get install -y git
-
name: Check out main repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7663ef0

Please sign in to comment.