Skip to content

Commit

Permalink
wofklow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VynDragon committed Feb 10, 2025
1 parent 474e7cc commit f6338f9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
if: ${{ !contains(matrix.pico.platform, 'riscv') }}
uses: carlosperate/[email protected]

- name: riscv Toolchain
if: ${{ contains(matrix.pico.platform, 'riscv') }}
uses: ConorMacBride/install-package@v1
with:
apt: gcc-riscv64-unknown-elf binutils-riscv64-unknown-elf
- name: riscv Toolchain env
if: ${{ contains(matrix.pico.platform, 'riscv') }}
run: |
Expand All @@ -59,7 +54,7 @@ jobs:
path: lib
key: ${{ runner.os }}-build-${{ hashFiles('lib/**') }}
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-build-submodules
- name: Cache riscv toolchain
id: cache-riscv-toolchain
Expand All @@ -69,7 +64,7 @@ jobs:
path: lib
key: ${{ runner.os }}-build-${{ hashFiles('riscv_toolchain/**') }}
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-build-riscv_toolchain
- name: Fetch submodules
if: steps.cache-submodules.outputs.cache-hit != 'true'
Expand Down

0 comments on commit f6338f9

Please sign in to comment.