mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-07-03 07:30:14 +00:00
Pin actions/cache and snarkjs.
This commit is contained in:
parent
104acb8f47
commit
7e24643dec
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
|
||||
- name: Cache Powers of Tau
|
||||
id: cache-ptau
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||
with:
|
||||
path: ${{ env.PTAU_FILE }}
|
||||
key: ptau-${{ env.PTAU_FILE }}
|
||||
@ -204,7 +204,7 @@ jobs:
|
||||
|
||||
- name: Cache GMP Archive
|
||||
id: cache-gmp
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||
with:
|
||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||
key: gmp-6.2.1
|
||||
@ -441,7 +441,7 @@ jobs:
|
||||
|
||||
- name: Cache GMP Archive
|
||||
id: cache-gmp
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||
with:
|
||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||
key: gmp-6.2.1
|
||||
@ -716,7 +716,7 @@ jobs:
|
||||
|
||||
- name: Cache GMP Archive
|
||||
id: cache-gmp
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||
with:
|
||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||
key: gmp-6.2.1
|
||||
@ -952,7 +952,7 @@ jobs:
|
||||
|
||||
- name: Cache GMP Archive
|
||||
id: cache-gmp
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||
with:
|
||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||
key: gmp-6.2.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user