mirror of https://github.com/fafhrd91/actix-net
fix ci
This commit is contained in:
parent
31ae8cd291
commit
735c57e3e8
|
@ -73,6 +73,14 @@ jobs:
|
||||||
command: install
|
command: install
|
||||||
args: cargo-hack
|
args: cargo-hack
|
||||||
|
|
||||||
|
- name: Generate Cargo.lock
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with: { command: generate-lockfile }
|
||||||
|
|
||||||
|
- name: Tweak lockfile
|
||||||
|
run: |
|
||||||
|
cargo update -p=native-tls --precise=0.2.8
|
||||||
|
|
||||||
- name: check lib
|
- name: check lib
|
||||||
if: >
|
if: >
|
||||||
matrix.target.os != 'ubuntu-latest'
|
matrix.target.os != 'ubuntu-latest'
|
||||||
|
@ -142,10 +150,9 @@ jobs:
|
||||||
with: { command: generate-lockfile }
|
with: { command: generate-lockfile }
|
||||||
|
|
||||||
- name: Tweak lockfile
|
- name: Tweak lockfile
|
||||||
uses: actions-rs/cargo@v1
|
run: |
|
||||||
with:
|
cargo update -p=rustls --precise=0.20.2
|
||||||
command: update
|
cargo update -p=native-tls --precise=0.2.8
|
||||||
args: -p=rustls --precise=0.20.2
|
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue