Skip to content

Commit a35d8a5

Browse files
committed
remove proving keys from setup and build
1 parent 3b7c4c6 commit a35d8a5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/actions/setup-and-build/action.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)