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 a1c525a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- name: Maximize build space
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 a1c525a

Please sign in to comment.