Skip to content

Commit

Permalink
set git option
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Sep 21, 2023
1 parent 6aa164e commit 040dfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
$GITHUB_WORKSPACE/monorepo/.github/scripts/download-zkeys-${CIRCUIT_TYPE}.sh
- name: Build Clrfund
run: |
cd monorepo
# use https to avoid error: unable to connect to github.com
git config --global url."https://".insteadOf git://
cd monorepo
yarn && yarn build
- name: Start hardhat network
run: |
Expand Down

0 comments on commit 040dfcc

Please sign in to comment.