File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 with :
3636 submodules : recursive
3737
38+ - name : Checkout path dependencies
39+ run : |
40+ git clone --depth 1 --branch codex/antares-fuse-local-libfuse https://github.com/web3infra-foundation/scorpiofs.git ../scorpiofs
41+ git clone --depth 1 --branch codex/stabilize-libfuse-buck2-races https://github.com/rk8s-dev/rk8s.git ../rk8s
42+
3843 - name : Install nightly toolchain
3944 run : |
4045 rustup toolchain install nightly --profile minimal
5863 with :
5964 submodules : recursive
6065
66+ - name : Checkout path dependencies
67+ run : |
68+ git clone --depth 1 --branch codex/antares-fuse-local-libfuse https://github.com/web3infra-foundation/scorpiofs.git ../scorpiofs
69+ git clone --depth 1 --branch codex/stabilize-libfuse-buck2-races https://github.com/rk8s-dev/rk8s.git ../rk8s
70+
6171 - name : Install system dependencies
6272 uses : ./.github/install-dep
6373 with :
@@ -109,6 +119,11 @@ jobs:
109119 submodules : recursive
110120 lfs : true
111121
122+ - name : Checkout path dependencies
123+ run : |
124+ git clone --depth 1 --branch codex/antares-fuse-local-libfuse https://github.com/web3infra-foundation/scorpiofs.git ../scorpiofs
125+ git clone --depth 1 --branch codex/stabilize-libfuse-buck2-races https://github.com/rk8s-dev/rk8s.git ../rk8s
126+
112127 - name : Install system dependencies
113128 uses : ./.github/install-dep
114129 with :
Original file line number Diff line number Diff line change 5151 with :
5252 submodules : recursive
5353
54+ - name : Checkout path dependencies
55+ run : |
56+ git clone --depth 1 --branch codex/antares-fuse-local-libfuse https://github.com/web3infra-foundation/scorpiofs.git ../scorpiofs
57+ git clone --depth 1 --branch codex/stabilize-libfuse-buck2-races https://github.com/rk8s-dev/rk8s.git ../rk8s
58+
5459 # Install system dependencies
5560 - name : Install system dependencies
5661 uses : ./.github/install-dep
You can’t perform that action at this time.
0 commit comments