Ubuntu 26.04 Release
This commit is contained in:
@@ -50,14 +50,14 @@ jobs:
|
|||||||
image: ${{ matrix.image }}
|
image: ${{ matrix.image }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# The default debian/ubuntu images lack git + ca-certificates, which
|
# The default debian/ubuntu images lack git + ca-certificates + node,
|
||||||
# actions/checkout needs. Cheaper to install just those two here than
|
# all of which actions/checkout@v4 needs (it's a JS action). Cheaper to
|
||||||
# to bake a custom image.
|
# install them here than to bake a custom image.
|
||||||
- name: Bootstrap checkout deps
|
- name: Bootstrap checkout deps
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
git ca-certificates
|
git ca-certificates nodejs
|
||||||
|
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user