+2
-4
.tangled/workflows/test.yml
+2
-4
.tangled/workflows/test.yml
···
8
8
nixpkgs:
9
9
- rustup
10
10
- clang
11
+
- rustplatform.bindgenhook
12
+
- pkg-config
11
13
12
14
steps:
13
-
- name: Env Setup
14
-
command: export LIBCLANG_PATH="${lib.getLib clang.cc}/lib"
15
15
- name: Install Nightly
16
16
command: rustup toolchain install nightly
17
17
- name: Install toolchain
18
18
command: rustup +nightly target install thumbv7em-none-eabihf
19
-
- name: LLVM tools
20
-
command: rustup component add llvm-tools
21
19
- name: Install flip-link
22
20
command: cargo install --locked flip-link
23
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