+2
-3
Diff
round #1
+2
-3
.tangled/workflows/test.yml
+2
-3
.tangled/workflows/test.yml
···
8
8
nixpkgs:
9
9
- rustup
10
10
- clang
11
-
- rust-bindgen-unwrapped
11
+
- rustplatform.bindgenhook
12
+
- pkg-config
12
13
13
14
steps:
14
15
- name: Install Nightly
15
16
command: rustup toolchain install nightly
16
17
- name: Install toolchain
17
18
command: rustup +nightly target install thumbv7em-none-eabihf
18
-
- name: LLVM tools
19
-
command: rustup component add llvm-tools
20
19
- name: Install flip-link
21
20
command: cargo install --locked flip-link
22
21
- name: Format Check
History
4 rounds
0 comments
1 commit
expand
collapse
Fix CI
1/1 success
expand
collapse
expand 0 comments
pull request successfully merged
1 commit
expand
collapse
Fix CI
1/1 failed
expand
collapse
expand 0 comments
1 commit
expand
collapse
Fix CI
1/1 failed
expand
collapse
expand 0 comments
1 commit
expand
collapse
Fix CI