Skip to content

Commit

Permalink
ci: optimize build space by removing unnecessary software (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Nov 16, 2024
1 parent 0793550 commit ad1a348
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-swapfile: 'true'
remove-cached-tools: 'true'
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
Expand Down

0 comments on commit ad1a348

Please sign in to comment.