We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c23ab commit 837ce52Copy full SHA for 837ce52
.github/workflows/ci.yml
@@ -40,16 +40,9 @@ jobs:
40
strategy:
41
matrix:
42
include:
43
- - name: mingw-check
44
- os: ubuntu-latest-xl
45
- env: {}
46
- - name: x86_64-gnu-llvm-9
+ - name: i686-gnu-nopt
47
os: ubuntu-latest-xl
48
env: {}
49
- - name: x86_64-gnu-tools
50
- env:
51
- CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
52
53
timeout-minutes: 600
54
runs-on: "${{ matrix.os }}"
55
steps:
src/ci/github-actions/ci.yml
@@ -277,15 +277,7 @@ jobs:
277
278
279
280
281
- <<: *job-linux-xl
282
-
283
284
285
286
287
288
289
<<: *job-linux-xl
290
291
auto:
0 commit comments