mirror of https://github.com/helix-editor/helix
Enable CI builds for `riscv64-linux` (#3685)
parent
9c627c65e5
commit
29fe0c3862
|
@ -54,6 +54,11 @@ jobs:
|
|||
rust: stable
|
||||
target: aarch64-unknown-linux-gnu
|
||||
cross: true
|
||||
- build: riscv64-linux
|
||||
os: ubuntu-20.04
|
||||
rust: stable
|
||||
target: riscv64gc-unknown-linux-gnu
|
||||
cross: true
|
||||
- build: x86_64-macos
|
||||
os: macos-latest
|
||||
rust: stable
|
||||
|
|
Loading…
Reference in New Issue