Skip to content

Commit

Permalink
Merge pull request #195 from JohanMabille/azure
Browse files Browse the repository at this point in the history
Explicitely install gcc 7 and gcc 8 on Azure CI
  • Loading branch information
JohanMabille committed Apr 6, 2021
2 parents 303bb5b + 9e9f3cc commit 31fc5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:

- script: |
if [[ $(gcc_version) == '4.9' || $(gcc_version) == '6' ]]; then
if [[ $(gcc_version) == '4.9' || $(gcc_version) == '6' || $(gcc_version) == '7' || $(gcc_version) == '8' ]]; then
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get --no-install-suggests --no-install-recommends install g++-$(gcc_version)
Expand Down

0 comments on commit 31fc5eb

Please sign in to comment.