Skip to content

Commit

Permalink
install g++
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Jan 9, 2024
1 parent 553a17b commit 26bbc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-on-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26bbc5c

Please sign in to comment.