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 2d46640 commit 0ed67f1
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 @@ -33,7 +33,7 @@ jobs:
run: |
git clone --depth 1 \
--branch ${{ matrix.yosys_version }} \
-- https://github.com/YosysHQ/yosys.git tests/third_party/
-- https://github.com/YosysHQ/yosys.git tests/third_party/yosys
- if: ${{ steps.cache-yosys.outputs.cache-hit != 'true' }}
name: Build Yosys
shell: bash
Expand Down

0 comments on commit 0ed67f1

Please sign in to comment.