CI: Fix duplication of jobs
This commit is contained in:
parent
89690fb710
commit
5e9b02e6e9
|
|
@ -23,7 +23,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
arch: [x86_64]
|
arch: [x86_64]
|
||||||
mode: [debug, releasedbg]
|
|
||||||
confs:
|
confs:
|
||||||
- { mode: debug }
|
- { mode: debug }
|
||||||
- { mode: debug, config: --asan=y }
|
- { mode: debug, config: --asan=y }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue