Skip to content

Commit 8646fbb

Browse files
committed
Move cvc5 binary to /usr/local/bin
1 parent 4e04f4d commit 8646fbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
run: |
2727
wget -O cvc5 https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Linux
2828
chmod u+x cvc5
29-
mv cvc5 $HOME/.local/bin
30-
echo "$HOME/local/bin" >> $GITHUB_PATH
29+
mv cvc5 /usr/local/bin
3130
cvc5 --version
3231
- name: Prepare ccache
3332
uses: actions/cache@v2

0 commit comments

Comments
 (0)