Skip to content

Commit

Permalink
Build from dev branch instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Aug 10, 2024
1 parent e28799f commit df248d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-suibase-daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
run: |
mkdir -p $HOME/.local/bin
echo "$HOME/.local/bin" >> $GITHUB_PATH
git clone https://github.com/ChainMovers/suibase.git $HOME/suibase
git clone --branch dev https://github.com/ChainMovers/suibase.git $HOME/suibase
- name: Install Suibase
if: steps.asset_vars.outputs.do_build == 'true'
Expand Down

0 comments on commit df248d7

Please sign in to comment.