Skip to content

Commit

Permalink
try with git
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainkarafallah committed Sep 10, 2024
1 parent db693e8 commit 58a3b94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ jobs:
- name: Verify matrix jobs succeeded
if: ${{ needs.matrix_build.result != 'success' }}
run: exit 1
- name: "Install packages"
run: |
apt-get update && apt-get install -y git unzip
- name: Checkout repository
uses: actions/checkout@v3
- name: "Gradle cache"
Expand Down

0 comments on commit 58a3b94

Please sign in to comment.