From 2dfe985484146fc7e7e298311e5929e0a56d65d3 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 12 Oct 2023 17:43:53 +0100 Subject: [PATCH] ci: add g++ to cirrus linux image --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9c08833dcb..218ad1dfd7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,7 +19,7 @@ linux_arm64_task: image: $IMAGE install_script: - apt update --yes - - apt install --yes gcc make + - apt install --yes gcc make g++ - python -m pip install --upgrade pip pipx - pipx install hatch <<: *TEST_TEMPLATE