From 8382cd8bc90d094685f1e72ab63687ce0648adf8 Mon Sep 17 00:00:00 2001 From: Pixaurora Date: Sat, 14 Dec 2024 17:10:38 -0500 Subject: [PATCH] Build Risc-V for Linux, on Windows Signed-off-by: Rina Mary Shaw --- .github/workflows/build-natives.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-natives.yaml b/.github/workflows/build-natives.yaml index 341c288..14f6035 100644 --- a/.github/workflows/build-natives.yaml +++ b/.github/workflows/build-natives.yaml @@ -20,8 +20,8 @@ jobs: target: x86_64-unknown-linux-gnu - os: ubuntu-24.04 target: aarch64-unknown-linux-gnu - # - os: ubuntu-24.04 - # target: riscv64gc-unknown-linux-gnu + - os: windows-2022 + target: riscv64gc-unknown-linux-gnu - os: macos-14 target: x86_64-apple-darwin - os: macos-14