Skip to content

Commit

Permalink
Merge pull request #373 from stnolting/dependabot/submodules/neorv32-…
Browse files Browse the repository at this point in the history
…1f763a9

[Dependabot]: Bump neorv32 from `651732d` to `1f763a9`
  • Loading branch information
stnolting authored Jan 7, 2025
2 parents 1ff0655 + 7cc12c3 commit dff125b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

neorv32-verification:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:

Expand Down Expand Up @@ -41,7 +41,11 @@ jobs:
pip3 install git+https://github.com/riscv/riscof.git@d38859f85fe407bcacddd2efcd355ada4683aee4
- 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 dff125b

Please sign in to comment.