We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b49c72 commit 11352e5Copy full SHA for 11352e5
.github/actions/install-dependencies/action.yml
@@ -56,4 +56,7 @@ runs:
56
else
57
./genbindings.sh ../rust-lightning true
58
fi
59
+ cd ./lightning-c-bindings
60
+ cargo update -p cc --precise "1.0.69" --verbose
61
+ cd ../
62
popd
0 commit comments