Skip to content

Commit e148eea

Browse files
Update wip.yml
1 parent b3e6363 commit e148eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Build
2121
# Build your program with the given configuration
22-
run: cmake --build ${{github.workspace}}/build --target install --config ${{env.BUILD_TYPE}}
22+
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
2323

2424
- name: Clone z3test
2525
run: git clone https://github.com/z3prover/z3test z3test

0 commit comments

Comments
 (0)