Try fixing docker ci build
This commit is contained in:
parent
3cff753275
commit
01664ae9d9
|
|
@ -27,6 +27,10 @@ jobs:
|
|||
target: ["armv7-unknown-linux-gnueabihf", "aarch64-unknown-linux-gnu"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install podman
|
||||
run: |
|
||||
apt update
|
||||
apt-get -y install podman
|
||||
- name: Install stable
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- uses: https://github.com/taiki-e/install-action@cross
|
||||
|
|
|
|||
Loading…
Reference in New Issue