mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-04 22:46:10 +00:00
Update CI scripts
This commit is contained in:
parent
985b282226
commit
c8920854f6
9 changed files with 13 additions and 13 deletions
4
.github/workflows/test-verific.yml
vendored
4
.github/workflows/test-verific.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: Runtime environment
|
||||
run: |
|
||||
echo "procs=$(nproc)" >> $GITHUB_ENV
|
||||
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: Install UV
|
||||
run: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue