Skip to content

Commit

Permalink
CI: Enable riscv64 build
Browse files Browse the repository at this point in the history
Co-authored-by: light4 <[email protected]>
  • Loading branch information
leso-kn and light4 committed Aug 19, 2023
1 parent 3bc2da6 commit 10af6ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
- i686-pc-windows-msvc
- i686-unknown-linux-gnu
- i686-unknown-linux-musl
- riscv64gc-unknown-linux-gnu
- x86_64-pc-windows-gnu
- x86_64-pc-windows-msvc
- x86_64-apple-darwin
Expand Down Expand Up @@ -246,6 +247,9 @@ jobs:
- target: i686-unknown-linux-musl
host_os: ubuntu-22.04

- target: riscv64gc-unknown-linux-gnu
host_os: ubuntu-22.04

- target: x86_64-pc-windows-gnu
host_os: windows-latest

Expand Down

0 comments on commit 10af6ca

Please sign in to comment.