From 1480bbcea4d17c96b84ff6e95e0591522118cde7 Mon Sep 17 00:00:00 2001 From: Jonathan Dao Date: Mon, 13 Jan 2025 20:46:22 -0800 Subject: [PATCH] Fixed build-host GitHub action failing --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b3a42e..6e9c453 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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