We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9888d99 commit 0888f32Copy full SHA for 0888f32
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
if ! command -v stellar-scaffold &> /dev/null; then
38
echo "stellar-scaffold not found, installing..."
39
- cargo install --git https://github.com/theahaco/scaffold-stellar stellar-scaffold-cli --rev 89d9ce83e95dd0cd1675e54f330e64f19440d05d
+ cargo install --git https://github.com/theahaco/scaffold-stellar stellar-scaffold-cli --rev cde0d2588492a4cc37c6c90b2570c07e8032b4b6
40
else
41
echo "stellar-scaffold already installed. Clear cache to force reinstall."
42
fi
0 commit comments