Skip to content

Commit 31e2c93

Browse files
authored
feat(action): cache transcript00.dat file to mitigate flakey downloader (#20)
1 parent d60cb9c commit 31e2c93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ runs:
3333
toolchain: ${{inputs.toolchain}}
3434
shell: bash
3535

36+
- name: Cache Barretenberg transcript
37+
uses: actions/cache@v3
38+
with:
39+
path: ~/noir_cache/ignition/transcript00.dat
40+
key: noir_cache
41+
3642
- name: Create `.nargo/bin` directory
3743
shell: bash
3844
run: |

0 commit comments

Comments
 (0)