Ubuntu 26.04 Release
build-and-publish / build (debian:13, NEXUS_PASS_TRIXIE, NEXUS_REPO_TRIXIE, NEXUS_USER_TRIXIE, trixie) (push) Failing after 3m10s
build-and-publish / build (ubuntu:26.04, NEXUS_PASS_RACCOON, NEXUS_REPO_RACCOON, NEXUS_USER_RACCOON, raccoon) (push) Failing after 3m23s

This commit is contained in:
root
2026-04-26 04:41:50 +00:00
parent 8b25532d05
commit 78fe5d2d39
+4 -4
View File
@@ -50,14 +50,14 @@ jobs:
image: ${{ matrix.image }}
steps:
# The default debian/ubuntu images lack git + ca-certificates, which
# actions/checkout needs. Cheaper to install just those two here than
# to bake a custom image.
# The default debian/ubuntu images lack git + ca-certificates + node,
# all of which actions/checkout@v4 needs (it's a JS action). Cheaper to
# install them here than to bake a custom image.
- name: Bootstrap checkout deps
run: |
apt-get update -qq
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
git ca-certificates
git ca-certificates nodejs
- name: Checkout source
uses: actions/checkout@v4