Skip to content

Commit 426171e

Browse files
committed
ci: remove ARM64 cross-toolchain and OpenSSL installation
The ARM64 cross-toolchain and OpenSSL installation steps were removed from the CI workflow as they are no longer required for the build process. This simplifies the workflow and reduces unnecessary dependencies.
1 parent ff3f528 commit 426171e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,6 @@ jobs:
112112
sudo apt-get install -y --no-install-recommends \
113113
--allow-unauthenticated musl-tools
114114
fi
115-
- name: Install cross toolchains & OpenSSL for ARM64
116-
if: matrix.build.TARGET == 'aarch64-unknown-linux-gnu'
117-
run: |
118-
sudo dpkg --add-architecture arm64
119-
sudo apt-get update
120-
sudo apt-get install -y \
121-
gcc-aarch64-linux-gnu \
122-
pkg-config \
123-
libssl-dev:arm64 \
124-
qemu-user
125-
echo "PKG_CONFIG_ALLOW_CROSS=1" >> $GITHUB_ENV
126-
echo "PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig" >> $GITHUB_ENV
127115
- name: Install Rust toolchain
128116
uses: actions-rs/toolchain@v1
129117
with:

0 commit comments

Comments
 (0)