ci: fix: nix runners
runner nix smoke / nix label smoke (push) Successful in 7s

This commit is contained in:
2026-09-08 09:34:22 +00:00
parent 4cbd8c6921
commit 01a0d6e00a
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ jobs:
nix config show substituters
nix config show trusted-public-keys
- name: Repository flake evaluation
- name: Repository flake metadata
run: |
set -eu
nix flake check --no-build
nix flake metadata --no-write-lock-file
@@ -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 ;;