This commit is contained in:
@@ -309,6 +309,14 @@ case "$label" in
|
||||
/tmp/nix-$GCR_NIX_VERSION-\$nix_arch/install --no-daemon
|
||||
rm -rf /tmp/nix*
|
||||
;;
|
||||
esac
|
||||
case "$label" in
|
||||
nix|gross-nix-*)
|
||||
if command -v apt-get >/dev/null 2>&1; then
|
||||
apt-get update -qq
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq nodejs
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
case "\$(uname -m)" in
|
||||
x86_64) runner_arch=amd64 ;;
|
||||
|
||||
Reference in New Issue
Block a user