mirror of
https://github.com/lndk-org/lndk.git
synced 2026-08-17 13:06:54 +02:00
chore: update runner for linux builds and pin protoc
This commit is contained in:
parent
18749551a8
commit
dd0f1df4e4
1 changed files with 5 additions and 1 deletions
|
|
@ -75,8 +75,12 @@ protobuf = { version = "27.3_1" }
|
|||
|
||||
# Release dependencies for Linux
|
||||
[workspace.metadata.dist.dependencies.apt]
|
||||
protobuf-compiler = '*'
|
||||
protobuf-compiler = { version = "3.21.12-8.2build1" }
|
||||
|
||||
# Release dependencies for Windows
|
||||
[workspace.metadata.dist.dependencies.chocolatey]
|
||||
protoc = { version = "27.3.0" }
|
||||
|
||||
# Use more recent version of ubuntu
|
||||
[workspace.metadata.dist.github-custom-runners]
|
||||
x86_64-unknown-linux-gnu = "ubuntu-24.04"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue