File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,13 @@ jobs:
2525 name : " GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"
2626 runs-on : ubuntu-latest
2727 steps :
28- - name : " Install GCC"
29- uses : egor-tensin/setup-gcc@v1
30- with :
31- version : ${{ matrix.gcc }}
28+ - run : sudo apt-get install g++-${{ matrix.gcc }}
3229 - uses : actions/checkout@v2
3330 - run : c++ -v
3431 - run : make CXX=c++ CXX_STANDARD=2a
3532 if : ${{ matrix.standard == '20' }}
36- - run : make CXX=c++ CXX_STANDARD=17
37- if : ${{ matrix.gcc < '9' && matrix.standard == '17' }}
3833 - run : make CXX=c++ CXX_STANDARD=17 CXXFLAGS=-DCTRE_ENABLE_LITERALS PEDANTIC=""
39- if : ${{ matrix.gcc >= '9' && matrix. standard == '17' }}
34+ if : ${{ matrix.standard == '17' }}
4035 clang :
4136 strategy :
4237 matrix :
You can’t perform that action at this time.
0 commit comments