Skip to content

Commit

Permalink
Fixed build-host GitHub action failing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandao0 committed Jan 14, 2025
1 parent a1c8e24 commit 1480bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
with:
submodules: true

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Fetch all history and metadata
run: git fetch --prune --unshallow

Expand Down

0 comments on commit 1480bbc

Please sign in to comment.