Skip to content

Commit a517812

Browse files
committed
build: switch back to scaffold-stellar-cli@main
1 parent 8dd6c06 commit a517812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
if ! command -v stellar-scaffold &> /dev/null; then
3737
echo "stellar-scaffold not found, installing..."
38-
cargo install --git https://github.com/ahalabs/scaffold-stellar --branch feat/constructor_args stellar-scaffold-cli
38+
cargo install --git https://github.com/ahalabs/scaffold-stellar --branch main stellar-scaffold-cli
3939
else
4040
echo "stellar-scaffold already installed. Clear cache to force reinstall."
4141
fi

0 commit comments

Comments
 (0)