From 26bbc5c1a3ac63586a33e7c540ff79843b1e8447 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Tue, 9 Jan 2024 09:32:00 +0100 Subject: [PATCH] install g++ --- .github/workflows/run-on-arch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-on-arch.yml b/.github/workflows/run-on-arch.yml index 04c67d737..4060da78d 100644 --- a/.github/workflows/run-on-arch.yml +++ b/.github/workflows/run-on-arch.yml @@ -35,7 +35,7 @@ jobs: case "${{ matrix.distro }}" in ubuntu*|jessie|stretch|buster|bullseye) apt-get update -q -y - apt-get install -q -y cmake gcc git libssl-dev ninja-build valgrind + apt-get install -q -y cmake gcc g++ git libssl-dev ninja-build valgrind ;; esac