forked from Skynet/actions
Fix. Accept installation storage space changes
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
1e9c0e4d79
commit
561724501d
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt upgrade
|
apt upgrade -y
|
||||||
apt install sudo
|
apt install -y sudo
|
||||||
- uses: https://github.com/cachix/install-nix-action@v29
|
- uses: https://github.com/cachix/install-nix-action@v29
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
Loading…
Reference in a new issue