File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : r3-install-tagref
2
+ description : Install Tagref
3
+ runs :
4
+ using : composite
5
+ steps :
6
+ - shell : bash
7
+ run : |
8
+ wget https://github.com/stepchowfun/tagref/releases/download/v1.5.0/tagref-x86_64-unknown-linux-gnu -O tagref-x86_64-unknown-linux-gnu
9
+ sha256sum .github/actions/install-tagref/tagref.sha256
10
+ chmod +x tagref-x86_64-unknown-linux-gnu
11
+ sudo mv tagref-x86_64-unknown-linux-gnu /usr/local/bin/tagref
Original file line number Diff line number Diff line change
1
+ c29dfaa7614d524449fd5f9085fac5a03434e6f90db864d0df183ce9f8a23e7c tagref-x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change 19
19
profile : minimal
20
20
components : clippy, rustfmt
21
21
22
+ - name : Install tagref
23
+ uses : ./.github/actions/install-tagref
24
+
22
25
- name : Install dependencies (Linux)
23
26
run : |
24
27
sudo apt-get update
31
34
sed -E -i.bak 's/.*basic_.*//' Cargo.toml
32
35
sed -E -i.bak 's/.*smp_rp_pico.*//' Cargo.toml
33
36
37
+ - name : Check cross-references with Tagref
38
+ run : tagref
39
+
34
40
- name : Clippy
35
41
uses : actions-rs/clippy-check@v1
36
42
with :
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ runCommand "dummy" rec {
7
7
libusb1
8
8
openocd
9
9
rustup
10
+ tagref
10
11
qemu
11
12
gcc
12
13
] ;
You can’t perform that action at this time.
0 commit comments