Skip to content

Commit 518b01b

Browse files
committed
maybe this way
1 parent 90741cc commit 518b01b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cross.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pre-build = [
2323
image = "ghcr.io/defguard/cross:aarch64-unknown-linux-gnu"
2424
pre-build = [
2525
"dpkg --add-architecture $CROSS_DEB_ARCH",
26-
"apt-get update && apt-get install --assume-yes unzip libnftnl-dev libnftnl-dev:$CROSS_DEB_ARCH libmnl-dev libmnl-dev:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH",
26+
"apt-get update && apt-get install --assume-yes unzip libnftnl-dev libnftnl-dev:$CROSS_DEB_ARCH libmnl-dev libmnl-dev:$CROSS_DEB_ARCH libssl-dev libssl-dev:$CROSS_DEB_ARCH",
2727
"PB_REL='https://github.com/protocolbuffers/protobuf/releases'",
2828
"PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip",
2929
"unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr",
@@ -32,7 +32,7 @@ pre-build = [
3232
[target.x86_64-unknown-freebsd]
3333
image = "ghcr.io/defguard/cross:x86_64-unknown-freebsd"
3434
pre-build = [
35-
"apt-get update && apt-get install --assume-yes unzip libssl-dev:$CROSS_DEB_ARCH",
35+
"apt-get update && apt-get install --assume-yes unzip libssl-dev",
3636
"PB_REL='https://github.com/protocolbuffers/protobuf/releases'",
3737
"PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip",
3838
"unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr",

0 commit comments

Comments
 (0)