From 561724501dac48c213ab4473581b9fe73f3fcad2 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 4 Oct 2024 12:26:07 +0100 Subject: [PATCH] Fix. Accept installation storage space changes Signed-off-by: Eoghan Conlon --- docker_nix/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker_nix/action.yml b/docker_nix/action.yml index ba00eed..5b8de4f 100644 --- a/docker_nix/action.yml +++ b/docker_nix/action.yml @@ -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