Skip to content

Commit c4ece1d

Browse files
committed
add a riscv64 test job
1 parent 336fcb1 commit c4ece1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
multiarch: s390x
3737
gcc_cross: s390x-linux-gnu
3838
qemu: true
39+
- host_target: riscv64gc-unknown-linux-gnu
40+
os: ubuntu-latest
41+
multiarch: riscv64
42+
gcc_cross: riscv64-linux-gnu
43+
qemu: true
3944
- host_target: aarch64-apple-darwin
4045
os: macos-latest
4146
- host_target: i686-pc-windows-msvc

0 commit comments

Comments
 (0)