Skip to content

Commit

Permalink
[ci] workaround ghdl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jan 7, 2025
1 parent 1f763a9 commit 9ed5a01
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:

sim_default_tb:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: 'processor simulation'
strategy:
fail-fast: false
Expand All @@ -40,7 +40,11 @@ jobs:
echo $GITHUB_WORKSPACE/riscv-gcc/xpack-riscv-none-elf-gcc-14.2.0-2/bin >> $GITHUB_PATH
- name: '📦 Install GHDL'
uses: ghdl/setup-ghdl-ci@nightly
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
- name: '🔍 Check tools'
run: |
Expand Down

0 comments on commit 9ed5a01

Please sign in to comment.