File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 80
80
- name : workaround MSRV issues
81
81
if : matrix.version != 'stable'
82
82
run : |
83
- cargo update -p=time --precise=0.3.13
83
+ cargo update -p=time --precise=0.3.13 # time is only a dev dep so shouldn't affect msrv
84
84
85
85
- name : check lib
86
86
if : >
@@ -123,6 +123,7 @@ jobs:
123
123
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-linux"
124
124
125
125
- name : Clear the cargo caches
126
+ if : matrix.version == 'stable' # MSRV(1.58) cargo-cache now fails to install on 1.57
126
127
run : |
127
128
cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
128
129
cargo-cache
You can’t perform that action at this time.
0 commit comments