This commit is contained in:
Rob Ede 2022-04-25 17:21:17 +01:00
parent 31ae8cd291
commit 735c57e3e8
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 11 additions and 4 deletions

View File

@ -73,6 +73,14 @@ jobs:
command: install
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
if: >
matrix.target.os != 'ubuntu-latest'
@ -142,10 +150,9 @@ jobs:
with: { command: generate-lockfile }
- name: Tweak lockfile
uses: actions-rs/cargo@v1
with:
command: update
args: -p=rustls --precise=0.20.2
run: |
cargo update -p=rustls --precise=0.20.2
cargo update -p=native-tls --precise=0.2.8
- name: tests
run: |