mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 11:04:17 -06:00
don't touch /etc
This commit is contained in:
parent
4db747e201
commit
eab620c39f
1 changed files with 0 additions and 3 deletions
3
.github/actions/nix/prepare.sh
vendored
3
.github/actions/nix/prepare.sh
vendored
|
@ -6,9 +6,6 @@ Linux)
|
||||||
echo "Disk clean, before:"
|
echo "Disk clean, before:"
|
||||||
df -h -x tmpfs
|
df -h -x tmpfs
|
||||||
sudo rm -rf \
|
sudo rm -rf \
|
||||||
/etc/skel/.cargo \
|
|
||||||
/etc/skel/.dotnet \
|
|
||||||
/etc/skel/.rustup \
|
|
||||||
/home/runner/.cargo \
|
/home/runner/.cargo \
|
||||||
/home/runner/.dotnet \
|
/home/runner/.dotnet \
|
||||||
/home/runner/.rustup \
|
/home/runner/.rustup \
|
||||||
|
|
Loading…
Reference in a new issue