File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -82,26 +82,11 @@ jobs:
8282 - name : Set gcc envvars
8383 if : matrix.compiler == 'gcc'
8484 run : |
85- echo ::set-env name=CC::gcc-8
86- echo ::set-env name=CXX::g++-8
87- # - name: Write permissions to ubunu
88- # if: startsWith(matrix.os, 'ubuntu')
89- # run: |
90- # sudo chmod -R +rwx /var/crash
85+ echo ::set-env name=CC::gcc-9
86+ echo ::set-env name=CXX::g++-9
9187 - name : Run the tests
9288 run : |
93- ulimit -c unlimited
9489 make -j2 test
95- - name : Run apport-retrace if we've failed
96- if : startsWith(matrix.os, 'ubuntu') && failure()
97- run : |
98- apport-retrace /var/crash/*.crashes
99- - uses : actions/upload-artifact@v2 # capture all crashes as build artifacts
100- if : failure()
101- with :
102- name : crashes
103- path : /var/crash/
104-
10590 - name : Check that we can still install
10691 run : |
10792 pip install .
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments