Skip to content

Commit

Permalink
Rip out dotnet, etc. to make room for emulator run
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Feb 19, 2024
1 parent 45d6c2d commit 4b440d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,14 @@ jobs:
- name: Install dependencies
run: dart pub get

# Hack to free up space on the runner to ensure we have enough diskspace to run the emulator
- name: Remove unnecessary files (dotnet, etc.)
run: |
du -sh .
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
du -sh .
# TODO: Move CI run tests on Android Emulator into device farm https://github.com/realm/realm-dart/issues/691
- name: Setup Android Emulator cache
uses: actions/cache@v4
Expand Down

0 comments on commit 4b440d1

Please sign in to comment.