File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 with :
4242 repository : lightningdevkit/ldk-node
4343 path : ldk-node
44+ - name : Install Rust toolchain
45+ run : |
46+ rustup toolchain install ${{ matrix.toolchain }} --profile minimal
47+ rustup default ${{ matrix.toolchain }}
4448
4549 - name : Build and Deploy VSS Server
4650 run : |
Original file line number Diff line number Diff line change 3434 steps :
3535 - name : Checkout code
3636 uses : actions/checkout@v3
37+ - name : Install Rust toolchain
38+ run : |
39+ rustup toolchain install ${{ matrix.toolchain }} --profile minimal --component rustfmt
40+ rustup default ${{ matrix.toolchain }}
3741 - name : Check formatting
38- run : rustup component add rustfmt && cd rust && cargo fmt --all -- --check
42+ run : cd rust && cargo fmt --all -- --check
3943 - name : Build and Deploy VSS Server
4044 run : |
4145 cd rust
Original file line number Diff line number Diff line change 3636 uses : actions/checkout@v3
3737 with :
3838 path : vss-server
39+ - name : Install Rust toolchain
40+ run : |
41+ rustup toolchain install ${{ matrix.toolchain }} --profile minimal
42+ rustup default ${{ matrix.toolchain }}
3943
4044 - name : Run postgres backend test suite
4145 run : |
Original file line number Diff line number Diff line change 3434 steps :
3535 - name : Checkout code
3636 uses : actions/checkout@v3
37+ - name : Install Rust toolchain
38+ run : |
39+ rustup toolchain install ${{ matrix.toolchain }} --profile minimal
40+ rustup default ${{ matrix.toolchain }}
3741 - name : Build and Deploy VSS Server
3842 run : |
3943 cd rust
You can’t perform that action at this time.
0 commit comments