diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 8dfbe0f3..bc890fa2 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,7 +39,9 @@ jobs: cache: "true" - name: Install dependencies - run: ./fix-pub.sh + run: | + chmod +x fix-pub.sh + ./fix-pub.sh - name: Build run: ./refilc/build.sh