File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
6565 cat <<- 'EOF' > Cross.toml
6666 [target.x86_64-unknown-linux-musl]
6767 pre-build = [
68- "dpkg --add-architecture $CROSS_DEB_ARCH ",
69- "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH "
68+ "dpkg --add-architecture amd64 ",
69+ "apt-get update && apt-get install --assume-yes libssl-dev:amd64 "
7070 ]
7171
7272 [target.aarch64-unknown-linux-musl]
7373 pre-build = [
74- "dpkg --add-architecture $CROSS_DEB_ARCH ",
75- "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH "
74+ "dpkg --add-architecture arm64 ",
75+ "apt-get update && apt-get install --assume-yes libssl-dev:arm64 "
7676 ]
7777 EOF
7878 cross build --release --target ${{ matrix.rust_arch }} --features optimizations
You can’t perform that action at this time.
0 commit comments