Skip to content

Commit

Permalink
tentative riscv build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
VynDragon committed Feb 10, 2025
1 parent 033b4e3 commit ac38ffb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,19 @@ jobs:
- uses: actions/checkout@v4

- name: arm-none-eabi-gcc GNU Arm Embedded Toolchain
if: matrix.pico.platform == "rp2040" || matrix.pico.platform == "rp2350"
uses: carlosperate/[email protected]

- name: riscv Toolchain
if: matrix.pico.platform == "rp2350-riscv"
uses: ConorMacBride/install-package@v1
with:
apt: gcc-riscv64-unknown-elf binutils-riscv64-unknown-elf
- name: riscv Toolchain env
if: matrix.pico.platform == "rp2350-riscv"
run: |
echo "PICO_GCC_TRIPLE=riscv64-unknown-elf" >> $GITHUB_ENV
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2

Expand Down

0 comments on commit ac38ffb

Please sign in to comment.