use sh to run install scrip

This commit is contained in:
Dmitriy Ryajov 2023-03-07 18:09:24 -06:00
parent 4fbd2102a8
commit 50a20c9963
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

@ -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