Skip to content

Commit

Permalink
Update e2e_android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jun 18, 2024
1 parent 35363e9 commit 29b31d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
timeout-minutes: 90

steps:

- name: Check disk space
run: df . -h
- name: Free disk space
run: |
sudo rm -rf \
/usr/share/dotnet /usr/share/swift /usr/local/.ghcup || true
- name: Check disk space
run: df . -h

- name: Check out Git repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 29b31d7

Please sign in to comment.