Skip to content

Commit 1d946f2

Browse files
committed
Fix CI
1 parent 849a8ea commit 1d946f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
bitcoind -regtest --daemon
2323
- name: Set up dependencies
2424
run: |
25-
apt get update
26-
apt get install -y libssl-dev libffi-dev
27-
apt get install -y python3-venv
25+
apt-get update
26+
apt-get install -y libssl-dev libffi-dev
27+
apt-get install -y python3-venv
2828
- name: Set up Python
2929
uses: actions/setup-python@v2
3030
with:

0 commit comments

Comments
 (0)