Skip to content

Commit

Permalink
ci: free up disk space for android build
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 15, 2024
1 parent 7b891b1 commit a66ee49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Free Disk Space
if: ${{ matrix.platform == 'android' }}
run: |
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
df -h
- name: Sentry Release
run: |
SENTRY_RELEASE_CANDIDATE=$(echo 'e2e/${{ github.ref }}' | perl -pe 's/\//-/g')
Expand Down

0 comments on commit a66ee49

Please sign in to comment.