Skip to content

Commit

Permalink
Update wip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Aug 1, 2021
1 parent b3e6363 commit e148eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e148eea

Please sign in to comment.