Skip to content

Commit

Permalink
ci: use correct regtest branch
Browse files Browse the repository at this point in the history
branch has been merged
  • Loading branch information
jackstar12 committed Feb 1, 2024
1 parent 96ad559 commit b0b197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Setup Regtest
run: |
git clone https://github.com/BoltzExchange/legend-regtest-enviroment.git ~/regtest -b remove-mempool
git clone https://github.com/BoltzExchange/legend-regtest-enviroment.git ~/regtest
sudo chmod -R 777 ~/regtest
cd ~/regtest
chmod +x ./regtest
Expand Down

0 comments on commit b0b197d

Please sign in to comment.