mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
fix: use SSH deploy key for private verific submodule checkout
Made-with: Cursor
This commit is contained in:
parent
2c1d160930
commit
44beeb5213
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -18,7 +18,12 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
submodules: false
|
||||
ssh-key: ${{ secrets.VERIFIC_DEPLOY_KEY }}
|
||||
|
||||
- name: Initialize submodules
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
|
||||
- name: Build wheel in Alpine container
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue