Skip to content

Commit

Permalink
fix: use https instead ssh to clone repo
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanObst committed Jun 5, 2024
1 parent 602e3fd commit 1f9a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helpers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: cargo build --release --bin forge

- name: Clone aave helpers
run: git clone git@github.com:bgd-labs/aave-helpers.git --depth=1 -b feat/zksync
run: git clone https://github.com/bgd-labs/aave-helpers.git --depth=1 -b feat/zksync

- name: Run tests using built binary
run: |
Expand Down

0 comments on commit 1f9a8ab

Please sign in to comment.