File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -105,17 +105,17 @@ jobs:
105
105
rust : [1.65.0, 1.70.0]
106
106
runs-on : ${{ matrix.os }}
107
107
steps :
108
- - uses : actions/checkout@v4
109
- with :
110
- submodules : true
111
- - name : Set up Rust ${{ matrix.rust }}
112
- - uses : dtolnay/rust-toolchain@master
113
- with :
114
- toolchain : ${{ matrix.rust }}
115
- - name : Patch dependencies versions
116
- run : bash ./scripts/patch_dependencies.sh
117
- - name : Check MSRV for all crates
118
- run : bash ./scripts/msrv.sh ${{ matrix.rust }}
108
+ - uses : actions/checkout@v4
109
+ with :
110
+ submodules : true
111
+ - name : Set up Rust ${{ matrix.rust }}
112
+ uses : dtolnay/rust-toolchain@master
113
+ with :
114
+ toolchain : ${{ matrix.rust }}
115
+ - name : Patch dependencies versions
116
+ run : bash ./scripts/patch_dependencies.sh
117
+ - name : Check MSRV for all crates
118
+ run : bash ./scripts/msrv.sh ${{ matrix.rust }}
119
119
cargo-deny :
120
120
runs-on : ubuntu-latest # This uses the step `EmbarkStudios/cargo-deny-action@v1` which is only supported on Linux
121
121
continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
You can’t perform that action at this time.
0 commit comments