Skip to content

Commit

Permalink
make directory writable
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Feb 18, 2025
1 parent f7e3be8 commit ac616c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-gradle-

- name: Make directory writable
run: |
mkdir -p /home/runner/.config/.android
chmod -R 755 /home/runner/.config/.android
- name: Assemble unsigned debug apk
run: |
./gradlew clean assembleDebug --stacktrace
Expand Down

0 comments on commit ac616c3

Please sign in to comment.