We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd6c06 commit a517812Copy full SHA for a517812
.github/workflows/node.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
if ! command -v stellar-scaffold &> /dev/null; then
37
echo "stellar-scaffold not found, installing..."
38
- cargo install --git https://github.com/ahalabs/scaffold-stellar --branch feat/constructor_args stellar-scaffold-cli
+ cargo install --git https://github.com/ahalabs/scaffold-stellar --branch main stellar-scaffold-cli
39
else
40
echo "stellar-scaffold already installed. Clear cache to force reinstall."
41
fi
0 commit comments