Skip to content

Commit

Permalink
ci: add g++ to cirrus linux image
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored and JP-Ellis committed Oct 12, 2023
1 parent 89330cb commit a070978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a070978

Please sign in to comment.