mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Update main.yml
This commit is contained in:
parent
8060a101dc
commit
8c10a64e58
1 changed files with 9 additions and 8 deletions
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
|
|
@ -12,14 +12,15 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
uses: easimon/maximize-build-space@master
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
root-reserve-mb: 512
|
df -h
|
||||||
swap-size-mb: 1024
|
sudo rm -rf /usr/share/dotnet
|
||||||
remove-dotnet: 'true'
|
sudo rm -rf /usr/local/lib/android
|
||||||
remove-android: 'true'
|
sudo rm -rf /opt/ghc
|
||||||
- run: |
|
sudo rm -rf /opt/hostedtoolcache/CodeQL
|
||||||
echo "Free space:"
|
sudo docker image prune --all --force
|
||||||
|
sudo docker builder prune -a
|
||||||
df -h
|
df -h
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@v16
|
- uses: DeterminateSystems/nix-installer-action@v16
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue