Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VynDragon committed Feb 10, 2025
1 parent ac38ffb commit 465cef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: riscv Toolchain
if: matrix.pico.platform == "rp2350-riscv"
uses: ConorMacBride/install-package@v1
with:
apt: gcc-riscv64-unknown-elf binutils-riscv64-unknown-elf
with:
apt: gcc-riscv64-unknown-elf binutils-riscv64-unknown-elf
- name: riscv Toolchain env
if: matrix.pico.platform == "rp2350-riscv"
run: |
Expand Down

0 comments on commit 465cef0

Please sign in to comment.