Skip to content

Commit

Permalink
feat(action): cache transcript00.dat file to mitigate flakey downlo…
Browse files Browse the repository at this point in the history
…ader (#20)
  • Loading branch information
TomAFrench authored Mar 21, 2023
1 parent d60cb9c commit 31e2c93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ runs:
toolchain: ${{inputs.toolchain}}
shell: bash

- name: Cache Barretenberg transcript
uses: actions/cache@v3
with:
path: ~/noir_cache/ignition/transcript00.dat
key: noir_cache

- name: Create `.nargo/bin` directory
shell: bash
run: |
Expand Down

0 comments on commit 31e2c93

Please sign in to comment.