File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,11 @@ jobs:
156156 - uses : actions/checkout@v4
157157 with :
158158 submodules : true
159+ - name : Install g++-11 (Ubuntu)
160+ if : matrix.os == 'ubuntu-latest'
161+ run : |
162+ sudo apt-get update -y -qq
163+ sudo apt-get install -y -qq gcc-11 g++-11
159164 - run : CC=gcc-11 CXX=g++-11 cmake .
160165 if : matrix.os == 'ubuntu-latest'
161166 - run : cmake .
@@ -172,6 +177,11 @@ jobs:
172177 - uses : actions/checkout@v4
173178 with :
174179 submodules : true
180+ - name : Install g++-11 (Ubuntu)
181+ if : matrix.os == 'ubuntu-latest'
182+ run : |
183+ sudo apt-get update -y -qq
184+ sudo apt-get install -y -qq gcc-11 g++-11
175185 - run : CC=gcc-11 CXX=g++-11 cmake .
176186 if : matrix.os == 'ubuntu-latest'
177187 - run : cmake .
You can’t perform that action at this time.
0 commit comments