tangled
alpha
login
or
join now
sachy.dev
/
sachy-parasite
1
fork
atom
Firmware for the b-parasite board, but in Rust.
1
fork
atom
overview
issues
pulls
pipelines
Add llvm tools
sachy.dev
3 months ago
051f8964
c5990e4e
0/1
test.yml
failed
50s
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
test.yml
+2
-1
.tangled/workflows/test.yml
reviewed
···
7
7
dependencies:
8
8
nixpkgs:
9
9
- rustup
10
10
-
- clang
11
10
12
11
steps:
13
12
- name: Install Nightly
14
13
command: rustup toolchain install nightly
15
14
- name: Install toolchain
16
15
command: rustup +nightly target install thumbv7em-none-eabihf
16
16
+
- name: LLVM tools
17
17
+
command: rustup component add llvm-tools
17
18
- name: Install flip-link
18
19
command: cargo install --locked flip-link
19
20
- name: Format Check