Skip to content

Commit 210bb00

Browse files
committed
Use docker image
1 parent ee8ddec commit 210bb00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
build_and_run_size_report:
1919
runs-on: ubuntu-latest
2020

21+
container:
22+
image: ghcr.io/project-chip/chip-build:169
23+
2124
steps:
2225
- name: Rust
2326
uses: dtolnay/rust-toolchain@v1
@@ -28,9 +31,6 @@ jobs:
2831
- name: Setup | Rust no-std target
2932
run: rustup target add riscv32imac-unknown-none-elf
3033

31-
- name: Install libdbus
32-
run: sudo apt-get install -y libdbus-1-dev
33-
3434
- name: Checkout
3535
uses: actions/checkout@v3
3636

0 commit comments

Comments
 (0)