mirror of https://github.com/ospab/ostp.git
ci: fix invalid rust toolchain name
This commit is contained in:
parent
e21acc2ee1
commit
a33e5d3874
|
|
@ -203,7 +203,7 @@ jobs:
|
||||||
artifact_name: ostp
|
artifact_name: ostp
|
||||||
release_name: ostp-linux-mipsle.tar.gz
|
release_name: ostp-linux-mipsle.tar.gz
|
||||||
use_cross: true
|
use_cross: true
|
||||||
toolchain: alpha
|
toolchain: nightly
|
||||||
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: riscv64gc-unknown-linux-gnu
|
target: riscv64gc-unknown-linux-gnu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue