Skip to content

Commit

Permalink
GHA: Add git to container
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 13, 2023
1 parent de0feca commit e6d6e34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -19,6 +19,10 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install pre-reqs
run: |
sudo apt-get install git
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e6d6e34

Please sign in to comment.