We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c70af commit cdae92bCopy full SHA for cdae92b
.github/workflows/common.yml
@@ -42,6 +42,10 @@ jobs:
42
uses: Swatinem/rust-cache@v2
43
with:
44
workspaces: "common/libzkp/impl -> target"
45
+ - name: Setup SSH for private repos
46
+ uses: webfactory/[email protected]
47
+ with:
48
+ ssh-private-key: ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
49
- name: Lint
50
working-directory: 'common'
51
run: |
0 commit comments