mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
removed debugging
This commit is contained in:
parent
44a35b583b
commit
5707e39ca9
2 changed files with 3 additions and 2 deletions
3
.github/actions/disk_space/clean.sh
vendored
3
.github/actions/disk_space/clean.sh
vendored
|
|
@ -21,8 +21,11 @@ paths=(
|
||||||
/opt/az
|
/opt/az
|
||||||
/opt/pipx
|
/opt/pipx
|
||||||
/opt/microsoft
|
/opt/microsoft
|
||||||
|
/opt/google
|
||||||
/opt/hostedtoolcache
|
/opt/hostedtoolcache
|
||||||
/etc/skel/.rustup
|
/etc/skel/.rustup
|
||||||
)
|
)
|
||||||
|
|
||||||
sudo rm -rf "${paths[@]}"
|
sudo rm -rf "${paths[@]}"
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
|
||||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -25,8 +25,6 @@ jobs:
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: ./.github/actions/disk_space
|
uses: ./.github/actions/disk_space
|
||||||
with:
|
|
||||||
debug: true
|
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue