File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1414 runs-on : blacksmith-2vcpu-ubuntu-2204
1515 steps :
1616 - uses : actions/checkout@v4
17- - run : rustup update stable
17+ - run : rustup update 1.81
18+ - run : rustup default 1.81
19+ - run : rustup component add rustfmt
1820 - name : Cargo fmt
1921 run : cargo fmt --manifest-path=./server/Cargo.toml -- --check
2022
3032 ~/.cargo/git
3133 target
3234 key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
35+ - run : rustup update 1.81
36+ - run : rustup default 1.81
3337 - run : rustup component add clippy
34- - run : rustup update stable
3538 - uses : clechasseur/rs-clippy-check@v3
3639 with :
3740 args : --features runtime-env --manifest-path server/Cargo.toml -- -D clippy::print_stdout -D warnings
5659 ~/.cargo/git
5760 target
5861 key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
59- - run : rustup update stable
62+ - run : rustup update 1.81
63+ - run : rustup default 1.81
6064 - name : Installing Vaccum
6165 run : npm install -g @quobix/vacuum
6266 - name : Generating OpenAPI spec
You can’t perform that action at this time.
0 commit comments