Skip to content

Commit

Permalink
[gha] Add old gcc compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Jul 24, 2022
1 parent cafa650 commit 4b8932a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
compiler: g++-4.9
install: gcc-4.9
- os: ubuntu-latest
compiler: g++-7
install: g++-7
Expand Down Expand Up @@ -52,6 +55,7 @@ jobs:
- name: Install compiler
if: ${{matrix.install}}
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install ${{matrix.install}}
Expand Down

0 comments on commit 4b8932a

Please # to comment.