Update .gitlab-ci.yml
This commit is contained in:
parent
fc3237c4ad
commit
2eee88c1d3
@ -1,5 +1,9 @@
|
|||||||
default:
|
default:
|
||||||
image: rust:1.68
|
image: rust:1.68
|
||||||
|
before_script:
|
||||||
|
- wget https://cloud.cuwott.fr/s/9fyrejDxMdNRQNn/download/riscv64-cross-compiler-multilib.tar.gz
|
||||||
|
- tar xzf https://cloud.cuwott.fr/s/9fyrejDxMdNRQNn/download/riscv64-cross-compiler-multilib.tar.gz
|
||||||
|
- mv riscv64-unknown-elf /opt/riscv
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user