mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
remove --dotnet from Ubuntu due to 3.0 .Net core issues
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
02e71c7d23
commit
5fa177a650
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
MT:
|
MT:
|
||||||
cmdLine: 'python scripts/mk_make.py -d --java --dotnet'
|
cmdLine: 'python scripts/mk_make.py -d --java'
|
||||||
ST:
|
ST:
|
||||||
cmdLine: './configure --single-threaded'
|
cmdLine: './configure --single-threaded'
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue