Skip to content

Commit 51ff5f2

Browse files
committed
libssl already in the latest image
1 parent f39002f commit 51ff5f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ jobs:
4444
target: ${{ matrix.platform.target }}
4545
args: --release --out dist --interpreter python3.9 python3.10 python3.11 python3.12 python3.13 python3.14
4646
sccache: 'true'
47-
manylinux: ${{ matrix.platform.target == 'aarch64' && '2_28' || 'auto' }}
47+
manylinux: auto
4848
before-script-linux: |
4949
# run this installation and add CFLAGS only for aarch64
5050
if [ "${{ matrix.platform.target }}" = "aarch64" ]; then
51-
apt-get update
52-
apt-get install -y pkg-config libssl-dev
5351
export CFLAGS="-D__ARM_ARCH=8"
5452
fi
5553

0 commit comments

Comments
 (0)