Skip to content
Snippets Groups Projects
Commit 4f0845c3 authored by nimrod's avatar nimrod
Browse files

Install Meson from backports.

Toolbx requires atleast 0.58 but Bullseye has 0.56.1.
parent ea4ddf00
No related branches found
No related tags found
No related merge requests found
Pipeline #2668 passed
......@@ -10,6 +10,10 @@ build:
stage: build
image: buildpack-deps:bullseye
before_script:
- >-
echo
'deb http://deb.debian.org/debian bullseye-backports main' >>
/etc/apt/sources.list
- apt-get update
- >-
apt-get install -y
......@@ -17,7 +21,7 @@ build:
cmake
golang
go-md2man
meson
meson/bullseye-backports
podman
shellcheck
systemd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment