Skip to content

Commit 668ad0d

Browse files
Less spammy install
1 parent 631de3d commit 668ad0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
- name: Install CVC5
2121
run: |
22-
wget https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.1/cvc5-Linux-x86_64-static.zip
22+
wget -q https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.1/cvc5-Linux-x86_64-static.zip
2323
unzip cvc5-Linux-x86_64-static.zip
2424
sudo cp cvc5-Linux-x86_64-static/bin/cvc5 /usr/local/bin
2525
- name: Set up Python ${{ matrix.py-version }}

0 commit comments

Comments
 (0)