File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
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 1.81
18- - run : rustup default 1.81
17+ - run : rustup update 1.87
18+ - run : rustup default 1.87
1919 - run : rustup component add rustfmt
2020 - name : Cargo fmt
2121 run : cargo fmt --manifest-path=./server/Cargo.toml -- --check
3232 ~/.cargo/git
3333 target
3434 key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
35- - run : rustup update 1.81
36- - run : rustup default 1.81
35+ - run : rustup update 1.87
36+ - run : rustup default 1.87
3737 - run : rustup component add clippy
3838 - uses : clechasseur/rs-clippy-check@v3
3939 with :
6565 ~/.cargo/git
6666 target
6767 key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
68- - run : rustup update 1.81
69- - run : rustup default 1.81
68+ - run : rustup update 1.87
69+ - run : rustup default 1.87
7070 - name : Installing Vaccum
7171 run : npm install -g @quobix/vacuum
7272 - name : Generating OpenAPI spec
You can’t perform that action at this time.
0 commit comments