Skip to content

Commit

Permalink
Use cleanup action
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Jul 19, 2024
1 parent 5b8a0bf commit 7d2d0df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update_components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
runs-on: ubuntu-22.04
environment: github-pages
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit 7d2d0df

Please sign in to comment.