Skip to content

Commit

Permalink
CI (verilator): Checkout submodules with GH action
Browse files Browse the repository at this point in the history
Configure the `actions/checkout` to fetch submodules recursively instead
of adding a separate step doing the same manually.
  • Loading branch information
Roman Cattaneo committed Jan 6, 2025
1 parent b36142b commit db5ceb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verilator_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: trigger reason
run: echo "Trigger Reason:" ${{ github.event.inputs.reason }}
- uses: actions/checkout@v4
- name: checkout submodules
run: git submodule update --init --recursive
with:
submodules: 'recursive'
- name: install apt packages
run: sudo apt-get update && sudo apt-get -y install git make autoconf g++ flex bison libfl2 libfl-dev
- name: compile verilator
Expand Down

0 comments on commit db5ceb6

Please sign in to comment.