Skip to content

Commit 100fb32

Browse files
committed
Added ppa with testing tool, including g++11
1 parent 6489650 commit 100fb32

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Note: tags has to be all lower-case
3939
tags: |
4040
madduci/docker-linux-cpp:latest
41-
madduci/docker-linux-cpp:1.7
41+
madduci/docker-linux-cpp:1.8
4242
# build on feature branches, push only on master branch
4343
push: ${{ github.ref == 'refs/heads/master' }}
4444

install_compilers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ readonly DEBIAN_PACKAGES="${1}"
44
readonly CLANG_PACKAGES="${2}"
55

66
DEBIAN_FRONTEND=noninteractive
7+
add-apt-repository -y ppa:ubuntu-toolchain-r/test \
78
apt-get update
89

910
echo "Installing ${DEBIAN_PACKAGES}"

0 commit comments

Comments
 (0)