File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
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
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
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
You can’t perform that action at this time.
0 commit comments