Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner authored Jul 31, 2021
1 parent efa82fa commit 173257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

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

- name: Clone z3test
run: git clone https://github.com/z3prover/z3test z3test
Expand Down

0 comments on commit 173257b

Please sign in to comment.