[ci] try to use ssh key
This commit is contained in:
parent
8a931df929
commit
485c7f5b01
|
@ -119,6 +119,8 @@ jobs:
|
|||
|
||||
- name: Checkout OpenFPGA repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo bash ./.github/workflows/install_dependencies_build_${{ matrix.config.dependency_version }}.sh
|
||||
|
|
Loading…
Reference in New Issue