diff --git a/.cirrus.yml b/.cirrus.yml index d889977b0b..a52b4f0d5c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,7 +20,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