Skip to content

Commit

Permalink
CI: Yet another try at freeing space for intel
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Oct 10, 2023
1 parent 109bf04 commit c87bb7f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
root-reserve-mb: 30000
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
- uses: actions/checkout@v3
- name: setup repo
run: |
Expand Down Expand Up @@ -88,9 +90,11 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
root-reserve-mb: 30000
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
- uses: actions/checkout@v3
- name: setup repo
run: |
Expand Down

0 comments on commit c87bb7f

Please sign in to comment.