mirror of https://github.com/YosysHQ/yosys.git
fix: use SSH deploy key for private verific submodule checkout
Made-with: Cursor
This commit is contained in:
parent
2c1d160930
commit
44beeb5213
|
|
@ -18,7 +18,12 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Build wheel in Alpine container
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue