Skip to content

Commit

Permalink
fixup! Drop Yosys submodule, use Yosys line-up for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Jan 20, 2025
1 parent 0ed67f1 commit 7355135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- if: ${{ steps.cache-yosys.outputs.cache-hit != 'true' }}
name: Pull Yosys
run: |
git clone --depth 1 \
git clone --depth 1 --recursive \
--branch ${{ matrix.yosys_version }} \
-- https://github.com/YosysHQ/yosys.git tests/third_party/yosys
- if: ${{ steps.cache-yosys.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 7355135

Please sign in to comment.