fix(ci): yaml pain

This commit is contained in:
Ashhhleyyy 2024-04-26 13:02:11 +01:00
parent ce4c7cd014
commit b5cf918f51
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -11,23 +11,23 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
# yoinked from https://github.com/ifd3f/infra/blob/main/.github/workflows/check-targets.yml # yoinked from https://github.com/ifd3f/infra/blob/main/.github/workflows/check-targets.yml
- name: Remove unneccessary packages - name: Remove unneccessary packages
run: 'echo "=== Before pruning ===" run: 'echo "=== Before pruning ==="
df -h df -h
sudo rm -rf /usr/bin/buildah /usr/bin/containerd* /usr/bin/ctr /usr/bin/docker* sudo rm -rf /usr/bin/buildah /usr/bin/containerd* /usr/bin/ctr /usr/bin/docker*
/usr/bin/gh /usr/bin/git /usr/bin/gpg /usr/bin/grub* /usr/bin/mono-sgen /usr/bin/gh /usr/bin/git /usr/bin/gpg /usr/bin/grub* /usr/bin/mono-sgen
/usr/bin/myisam* /usr/bin/mysql* /usr/bin/openssl /usr/bin/pedump /usr/bin/php* /usr/bin/myisam* /usr/bin/mysql* /usr/bin/openssl /usr/bin/pedump /usr/bin/php*
/usr/bin/podman /usr/bin/python3.10 /usr/bin/shellcheck /usr/bin/skopeo /usr/bin/podman /usr/bin/python3.10 /usr/bin/shellcheck /usr/bin/skopeo
/usr/bin/snap /usr/bin/tcpdump /usr/bin/tmux /usr/bin/x86_64-linux-gnu-* /usr/bin/snap /usr/bin/tcpdump /usr/bin/tmux /usr/bin/x86_64-linux-gnu-*
/usr/bin/yq /opt /usr/local /usr/share /var/lib /var/log || true /usr/bin/yq /opt /usr/local /usr/share /var/lib /var/log || true
echo echo
echo "=== After pruning ===" echo "=== After pruning ==="
df -h df -h
' '
- uses: cachix/cachix-action@v12 - uses: cachix/cachix-action@v12
with: with:
name: ashhhleyyy name: ashhhleyyy