mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +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:
|
||||
matrix:
|
||||
MT:
|
||||
cmdLine: 'python scripts/mk_make.py -d --java --dotnet'
|
||||
cmdLine: 'python scripts/mk_make.py -d --java'
|
||||
ST:
|
||||
cmdLine: './configure --single-threaded'
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue