File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - name : Add targets
1515 run : |
1616 rustup target add thumbv6m-none-eabi
17- rustup target add thumbv7m -none-eabihf
17+ rustup target add thumbv7em -none-eabihf
1818
1919 - name : Install flip-link
2020 run : cd / && cargo install flip-link
2323 run : cd neotron-bmc-pico && cargo build --release --verbose --target=thumbv6m-none-eabi
2424
2525 - name : Build neotron-bmc-nucleo
26- run : cd neotron-bmc-nucleo && cargo build --release --verbose --target=thumbv7m -none-eabihf
26+ run : cd neotron-bmc-nucleo && cargo build --release --verbose --target=thumbv7em -none-eabihf
2727
2828 - name : Get Branch Name
2929 if : github.event_name == 'push' && startswith(github.ref, 'refs/tags/')
4949 with :
5050 files : |
5151 neotron-bmc-pico/target/thumbv6m-none-eabi/release/neotron-bmc
52- neotron-bmc-nucleo/target/thumbv7m -none-eabihf/release/neotron-bmc
52+ neotron-bmc-nucleo/target/thumbv7em -none-eabihf/release/neotron-bmc
5353 env :
5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments