mirror of https://github.com/YosysHQ/yosys.git
ci: Checkout Yosys
This commit is contained in:
parent
7873fe791e
commit
8e2dae21ad
|
@ -173,6 +173,9 @@ jobs:
|
|||
run: |
|
||||
echo "procs=$(nproc)" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout Yosys
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download build artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue