mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
Update wip.yml
This commit is contained in:
parent
b3e63638f2
commit
e148eea35d
2
.github/workflows/wip.yml
vendored
2
.github/workflows/wip.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --target install --config ${{env.BUILD_TYPE}}
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Clone z3test
|
||||
run: git clone https://github.com/z3prover/z3test z3test
|
||||
|
|
Loading…
Reference in a new issue