We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6489650 commit 100fb32Copy full SHA for 100fb32
2 files changed
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
# Note: tags has to be all lower-case
39
tags: |
40
madduci/docker-linux-cpp:latest
41
- madduci/docker-linux-cpp:1.7
+ madduci/docker-linux-cpp:1.8
42
# build on feature branches, push only on master branch
43
push: ${{ github.ref == 'refs/heads/master' }}
44
install_compilers.sh
@@ -4,6 +4,7 @@ readonly DEBIAN_PACKAGES="${1}"
4
readonly CLANG_PACKAGES="${2}"
5
6
DEBIAN_FRONTEND=noninteractive
7
+add-apt-repository -y ppa:ubuntu-toolchain-r/test \
8
apt-get update
9
10
echo "Installing ${DEBIAN_PACKAGES}"
0 commit comments