From 78fe5d2d39091b6b22084c74168f2ebbe9d8df49 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Apr 2026 04:41:50 +0000 Subject: [PATCH] Ubuntu 26.04 Release --- .gitea/workflows/build-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-publish.yml b/.gitea/workflows/build-publish.yml index b17a8f3..b77b4de 100644 --- a/.gitea/workflows/build-publish.yml +++ b/.gitea/workflows/build-publish.yml @@ -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