Skip to content

Commit cdae92b

Browse files
committed
try fixing CI
1 parent 01c70af commit cdae92b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/common.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
uses: Swatinem/rust-cache@v2
4343
with:
4444
workspaces: "common/libzkp/impl -> target"
45+
- name: Setup SSH for private repos
46+
uses: webfactory/ssh-agent@v0.9.0
47+
with:
48+
ssh-private-key: ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
4549
- name: Lint
4650
working-directory: 'common'
4751
run: |

0 commit comments

Comments
 (0)