Skip to content

Commit b504b02

Browse files
committed
Install tor dependency for ckb-onion Integration Tests
1 parent 4a27e23 commit b504b02

3 files changed

+4
-2
lines changed

.github/workflows/ci_integration_tests_macos.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
runs-on: macos-13
5555
steps:
5656
- uses: actions/checkout@v3
57+
- run: brew install tor
5758
- run: |
5859
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
5960
devtools/ci/ci_main.sh

.github/workflows/ci_integration_tests_ubuntu.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
toolchain: 1.81.0
6161
- run: rustup component add rustfmt
6262
- run: rustup component add clippy
63-
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev
63+
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev tor
6464
- uses: actions/checkout@v3
6565
- run: |
6666
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
@@ -89,7 +89,7 @@ jobs:
8989
toolchain: 1.81.0
9090
- run: rustup component add rustfmt
9191
- run: rustup component add clippy
92-
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev
92+
- run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config libclang-dev tor
9393
- uses: actions/checkout@v3
9494
- name: build ckb and run bats cli test
9595
run: |

.github/workflows/ci_integration_tests_windows.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
scoop install git
6767
scoop bucket add extras
6868
scoop install llvm
69+
scoop install tor
6970
- run: |
7071
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
7172
devtools/ci/ci_main.sh

0 commit comments

Comments
 (0)