diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index e1b8242423..58bf14543a 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -172,6 +172,7 @@ jobs: - { target: aarch64-apple-darwin , os: macos-latest , } - { target: x86_64-pc-windows-msvc , os: windows-2025 , } - { target: aarch64-pc-windows-msvc , os: windows-11-arm, } + - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-24.04-riscv, dpkg_arch: riscv64 } - { target: x86_64-unknown-linux-gnu , os: ubuntu-latest , dpkg_arch: amd64, use-cross: true } - { target: x86_64-unknown-linux-musl , os: ubuntu-latest , dpkg_arch: musl-linux-amd64, use-cross: true } env: