File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 runs-on : ubuntu-latest
11- continue-on-error : ${{ matrix.experimental || false }}
12- strategy :
13- matrix :
14- # All code should be running on stable now
15- rust : [nightly, stable]
16- include :
17- # Nightly is only for reference and allowed to fail
18- - rust : nightly
19- experimental : true
2011 steps :
2112 - name : Checkout Code
2213 uses : actions/checkout@v3
2718 uses : actions-rs/toolchain@v1
2819 with :
2920 profile : minimal
30- toolchain : ${{ matrix.rust }}
21+ toolchain : stable
3122 override : true
3223 target : thumbv6m-none-eabi
3324
5748 uses : softprops/action-gh-release@v1
5849 with :
5950 files : |
60- target/thumbv6m-none-eabi/release/neotron-pico
51+ ./ target/thumbv6m-none-eabi/release/neotron-pico-bios
6152 env :
6253 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments