Fix. Accept installation storage space changes

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2024-10-04 12:26:07 +01:00
parent 1e9c0e4d79
commit 561724501d

View file

@ -12,8 +12,8 @@ runs:
shell: bash
run: |
apt update
apt upgrade
apt install sudo
apt upgrade -y
apt install -y sudo
- uses: https://github.com/cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable