We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8ddec commit 210bb00Copy full SHA for 210bb00
1 file changed
.github/workflows/examples-linux.yml .github/workflows/size-check.yml.github/workflows/examples-linux.yml renamed to .github/workflows/size-check.yml
@@ -18,6 +18,9 @@ jobs:
18
build_and_run_size_report:
19
runs-on: ubuntu-latest
20
21
+ container:
22
+ image: ghcr.io/project-chip/chip-build:169
23
+
24
steps:
25
- name: Rust
26
uses: dtolnay/rust-toolchain@v1
@@ -28,9 +31,6 @@ jobs:
28
31
- name: Setup | Rust no-std target
29
32
run: rustup target add riscv32imac-unknown-none-elf
30
33
- - name: Install libdbus
- run: sudo apt-get install -y libdbus-1-dev
-
34
- name: Checkout
35
uses: actions/checkout@v3
36
0 commit comments