use sh to run install scrip
This commit is contained in:
parent
4fbd2102a8
commit
50a20c9963
|
@ -26,7 +26,7 @@ jobs:
|
|||
# as long as the file doesn't change we can reuse the circom binary.
|
||||
key: ${{ runner.os }}-circom-${{ hashFiles('./scripts/install-circom.sh') }}
|
||||
- name: Install circom if not cached
|
||||
run: ./scripts/install-circom.sh
|
||||
run: sh ./scripts/install-circom.sh
|
||||
- run: npm ci
|
||||
- name: Run the tests
|
||||
run: npm test
|
||||
|
|
Loading…
Reference in New Issue