Skip to content

Commit

Permalink
Fix submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed May 9, 2024
1 parent 7905921 commit c24a906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout Yosys
uses: actions/checkout@v4
with:
submodules: true

- name: Setup environment
uses: ./.github/actions/setup-build-env
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
steps:
- name: Checkout Yosys
uses: actions/checkout@v4
with:
submodules: true

- name: Setup environment
uses: ./.github/actions/setup-build-env
Expand Down

0 comments on commit c24a906

Please sign in to comment.