Skip to content

Commit

Permalink
Update Processor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jan 15, 2025
1 parent 8603c0d commit 593d9a0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/Processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
echo $GITHUB_WORKSPACE/riscv-gcc/xpack-riscv-none-elf-gcc-14.2.0-2/bin >> $GITHUB_PATH
- name: '📦 Install GHDL'
run: |
wget -q https://github.com/ghdl/ghdl/releases/download/v4.1.0/ghdl-gha-ubuntu-22.04-mcode.tgz
mkdir $GITHUB_WORKSPACE/ghdl
tar -xzf ghdl-gha-ubuntu-22.04-mcode.tgz -C $GITHUB_WORKSPACE/ghdl
echo $GITHUB_WORKSPACE/ghdl/bin >> $GITHUB_PATH
uses: ghdl/setup-ghdl@v1
with:
version: nightly
backend: mcode

- name: '🔍 Check tools'
run: |
Expand Down

0 comments on commit 593d9a0

Please sign in to comment.