Skip to content

Commit e36f0ac

Browse files
committed
Pin cc version to 1.0.69.
1 parent 3f2916d commit e36f0ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/install-dependencies/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,7 @@ runs:
5656
else
5757
./genbindings.sh ../rust-lightning true
5858
fi
59+
cd ./lightning-c-bindings
60+
cargo update -p cc --precise "1.0.69" --verbose
61+
cd ../
5962
popd

0 commit comments

Comments
 (0)