File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
.github/actions/setup-and-build Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -112,19 +112,6 @@ runs:
112112 shell : bash
113113 run : bash scripts/devenv/install-photon.sh
114114
115- - name : Cache proving keys
116- if : " !contains(inputs.skip-components, 'proving-keys')"
117- id : cache-keys
118- uses : actions/cache@v4
119- with :
120- path : prover/server/proving-keys
121- key : ${{ runner.os }}-proving-keys-${{ inputs.cache-suffix }}${{ inputs.cache-suffix && '-' || '' }}${{ hashFiles('prover/server/prover/common/key_downloader.go', 'prover/server/prover/common/proving_keys_utils.go') }}
122-
123- - name : Download proving keys
124- if : " !contains(inputs.skip-components, 'proving-keys') && steps.cache-keys.outputs.cache-hit != 'true'"
125- shell : bash
126- run : bash scripts/devenv/download-gnark-keys.sh
127-
128115 - name : Set Light Protocol environment variables
129116 shell : bash
130117 run : |
You can’t perform that action at this time.
0 commit comments