Skip to content

Commit 94f9895

Browse files
Use scaffold-stellar branch with greater time out
1 parent 9888d99 commit 94f9895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
if ! command -v stellar-scaffold &> /dev/null; then
3838
echo "stellar-scaffold not found, installing..."
39-
cargo install --git https://github.com/theahaco/scaffold-stellar stellar-scaffold-cli --rev 89d9ce83e95dd0cd1675e54f330e64f19440d05d
39+
cargo install --git https://github.com/theahaco/scaffold-stellar stellar-scaffold-cli --rev cde0d2588492a4cc37c6c90b2570c07e8032b4b6 --locked
4040
else
4141
echo "stellar-scaffold already installed. Clear cache to force reinstall."
4242
fi

0 commit comments

Comments
 (0)