Skip to content

Commit bcf1988

Browse files
committed
try to appease ci
i.e. install multiarch gcc
1 parent 4125eb8 commit bcf1988

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/clippy-format-rustdocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: |
1515
eval $(ssh-agent -s)
1616
ssh-add - <<< "${{ secrets.PRIVATE_SSH_KEY }}"
17+
apt install -y gcc-arm-none-eabi
1718
rustup target add thumbv7em-none-eabihf
1819
cargo clippy -- -D warnings
1920
@@ -25,6 +26,7 @@ jobs:
2526
run: |
2627
eval $(ssh-agent -s)
2728
ssh-add - <<< "${{ secrets.PRIVATE_SSH_KEY }}"
29+
apt install -y gcc-arm-none-eabi
2830
rustup target add thumbv7em-none-eabihf
2931
cargo clippy -- -W clippy::pedantic
3032
@@ -36,6 +38,7 @@ jobs:
3638
run: |
3739
eval $(ssh-agent -s)
3840
ssh-add - <<< "${{ secrets.PRIVATE_SSH_KEY }}"
41+
apt install -y gcc-arm-none-eabi
3942
rustup target add thumbv7em-none-eabihf
4043
cargo fmt --check
4144
@@ -48,6 +51,7 @@ jobs:
4851
eval $(ssh-agent -s)
4952
ssh-add - <<< "${{ secrets.PRIVATE_SSH_KEY }}"
5053
rustup target add thumbv7em-none-eabihf
54+
apt install -y gcc-arm-none-eabi
5155
RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items
5256
- name: upload artifacts
5357
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)