fix ci workflow 2
This commit is contained in:
parent
57e1e7abbf
commit
3c23b894b8
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
name: Verify Latest Dependencies
|
name: Verify Latest Dependencies
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ubuntu-latest
|
image: rust
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
|
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
name: wxbox - latest
|
name: wxbox - latest
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ubuntu-latest
|
image: rust
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
toolchain:
|
toolchain:
|
||||||
|
|
Loading…
Add table
Reference in a new issue