Skip to content

Commit

Permalink
chore(ci): Maximize build space on fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Nov 22, 2023
1 parent 4e8723e commit 27f63fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- name: Maximize build space
if: runner.os == 'Linux'
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
- name: Checkout sources
uses: actions/checkout@v2
- name: Install rust
Expand Down

0 comments on commit 27f63fc

Please sign in to comment.