Skip to content

Commit

Permalink
Try to free up more space for android build
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Feb 23, 2024
1 parent 8280d54 commit 22715e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
codeql-images: true
large-packages: true
swap-storage: true
- name: Get more space
run: |
df . -h
sudo rm -rf ${GITHUB_WORKSPACE}/.git
df . -h
- name: Builder image
run: docker build -t electrum-grs-android-builder-img --file contrib/android/Dockerfile .
- name: Compile Android apk
Expand Down

0 comments on commit 22715e2

Please sign in to comment.