Skip to content

Commit

Permalink
Simplify MacOS runner in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed May 31, 2024
1 parent d782360 commit 2399c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RED-V_SiFive_RISC-V_FE310_SoC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
run: |
wget --no-check-certificate https://buildbot.embecosm.com/job/riscv32-gcc-macos-release/19/artifact/riscv32-embecosm-macos-gcc13.2.0.dmg
hdiutil attach ./riscv32-embecosm-macos-gcc13.2.0.dmg
mkdir -p ./riscv32-embecosm-macos-gcc13.2.0
cp -rv /Volumes/riscv32-embecosm-macos-gcc13.2.0/riscv32-embecosm-macos-gcc13.2.0 .
cd /Volumes/riscv32-embecosm-macos-gcc13.2.0
mv ./riscv32-embecosm-macos-gcc13.2.0 ${{ runner.workspace }}
working-directory: ./
- name: target-riscv32-unknown-elf
run: |
Expand Down

0 comments on commit 2399c1b

Please sign in to comment.