update container
This commit is contained in:
parent
146bc7df30
commit
388fb22411
1 changed files with 3 additions and 1 deletions
|
@ -21,11 +21,13 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
container:
|
||||||
|
image: hub.docker.com/r/liuchong/rustup:stable
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
- uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
|
||||||
- run: cargo test --all-features
|
- run: cargo test --all-features
|
||||||
with:
|
with:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
|
|
Loading…
Add table
Reference in a new issue