mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-31 11:02:08 +01:00
fix msrv CI
This commit is contained in:
parent
fcd06c9896
commit
d97bd7ec17
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -59,7 +59,6 @@ jobs:
|
|||||||
cargo install cargo-edit --version=0.8.0
|
cargo install cargo-edit --version=0.8.0
|
||||||
cargo add const-str@0.3 --dev -p=actix-web
|
cargo add const-str@0.3 --dev -p=actix-web
|
||||||
cargo add const-str@0.3 --dev -p=awc
|
cargo add const-str@0.3 --dev -p=awc
|
||||||
cargo update -p=zstd-sys --precise=2.0.1+zstd.1.5.2
|
|
||||||
|
|
||||||
- name: Generate Cargo.lock
|
- name: Generate Cargo.lock
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
@ -67,6 +66,11 @@ jobs:
|
|||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v1.2.0
|
uses: Swatinem/rust-cache@v1.2.0
|
||||||
|
|
||||||
|
- name: workaround MSRV issues
|
||||||
|
if: matrix.version != 'stable'
|
||||||
|
run: |
|
||||||
|
cargo update -p=zstd-sys --precise=2.0.1+zstd.1.5.2
|
||||||
|
|
||||||
- name: check minimal
|
- name: check minimal
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with: { command: ci-check-min }
|
with: { command: ci-check-min }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user