mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 00:01:11 +01:00
workaround ci msrv issue
This commit is contained in:
parent
68228a6cf2
commit
056d2cd573
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -77,6 +77,11 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with: { command: generate-lockfile }
|
||||
|
||||
- name: workaround MSRV issues
|
||||
if: matrix.version != 'stable'
|
||||
run: |
|
||||
cargo update -p=time --precise=0.3.13
|
||||
|
||||
- name: check lib
|
||||
if: >
|
||||
matrix.target.os != 'ubuntu-latest'
|
||||
|
Loading…
Reference in New Issue
Block a user