Skip to content

Commit 2191d39

Browse files
committed
Revert "another try"
This reverts commit 5a5948d.
1 parent ac7aa73 commit 2191d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cross.toml

Lines changed: 1 addition & 1 deletion
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",
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",

0 commit comments

Comments
 (0)