Skip to content

Commit

Permalink
add git install step before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim committed Sep 18, 2024
1 parent 0d4ba57 commit 0d1ce19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/repo--vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
run: |
echo "Vercel Project ID: ${{ env.VERCEL_PROJECT_ID }}"
- name: Install Git
run: sudo apt-get update && sudo apt-get install -y git

- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 0d1ce19

Please sign in to comment.