File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 54
54
runs-on : macos-13
55
55
steps :
56
56
- uses : actions/checkout@v3
57
+ - run : brew install tor
57
58
- run : |
58
59
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
59
60
devtools/ci/ci_main.sh
Original file line number Diff line number Diff line change 60
60
toolchain : 1.81.0
61
61
- run : rustup component add rustfmt
62
62
- 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
64
64
- uses : actions/checkout@v3
65
65
- run : |
66
66
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
89
89
toolchain : 1.81.0
90
90
- run : rustup component add rustfmt
91
91
- 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
93
93
- uses : actions/checkout@v3
94
94
- name : build ckb and run bats cli test
95
95
run : |
Original file line number Diff line number Diff line change 66
66
scoop install git
67
67
scoop bucket add extras
68
68
scoop install llvm
69
+ scoop install tor
69
70
- run : |
70
71
if [[ ${{ needs.prologue.outputs.os_skip }} == run ]] && [[ ${{ needs.prologue.outputs.job_skip }} == run ]];then
71
72
devtools/ci/ci_main.sh
You can’t perform that action at this time.
0 commit comments