Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
NUGET_SCRATCH: /mnt/nuget/scratch

steps:
- name: Free up disk space
run: |
# Remove pre-installed Android SDK/NDK (~10GB) since we download our own specific versions
sudo rm -rf /usr/local/lib/android

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 1

- name: Log disk space (after checkout)
uses: ./.github/workflows/log-disk-space
Expand Down
Loading