Skip to content

Commit

Permalink
Expand storage space
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Dec 20, 2023
1 parent 5cb1d02 commit 33d4051
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
temp-reserve-mb: 256
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- name: Install QEMU Build Dependencies
run: |
sudo apt-get -y install git libglib2.0-dev libfdt-dev \
Expand Down

0 comments on commit 33d4051

Please sign in to comment.