Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
[fix][*][*] use workflow to build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxyan committed Nov 20, 2023
1 parent 4635cb1 commit 3b5c684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_acbsdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CURR_DIR="$(cd `dirname $0`; pwd)"

echo "install ACB SDK ..."

git clone -b feat/bcdns_support git@github.com:AntChainOpenLabs/AntChainBridgePluginSDK.git
git clone -b feat/bcdns_support https://github.com/AntChainOpenLabs/AntChainBridgePluginSDK.git
cd AntChainBridgePluginSDK/antchain-bridge-commons
mvn install -Dmaven.test.skip=true
cd -
Expand Down

0 comments on commit 3b5c684

Please sign in to comment.