Skip to content

Commit 2168d22

Browse files
YOU54FJP-Ellis
authored andcommitted
ci: add g++ to cirrus linux image
1 parent 28cb32d commit 2168d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ linux_arm64_task:
2020
image: $IMAGE
2121
install_script:
2222
- apt update --yes
23-
- apt install --yes gcc make
23+
- apt install --yes gcc make g++
2424
- python -m pip install --upgrade pip pipx
2525
- pipx install hatch
2626
<<: *TEST_TEMPLATE

0 commit comments

Comments
 (0)