Skip to content

Commit

Permalink
chore: remove Maximize build space step
Browse files Browse the repository at this point in the history
  • Loading branch information
meypod committed Feb 25, 2024
1 parent 8fd8eb0 commit e61eaaa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
options: --user root

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 512
temp-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'

- name: install git
run: |
sudo apt-get update;
Expand Down

0 comments on commit e61eaaa

Please sign in to comment.