From a5807e4baf09976f71ae41ee3c9bc88d8ca416f0 Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Fri, 11 Oct 2024 19:45:09 +0300 Subject: [PATCH] .. --- .github/workflows/Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index f7b7742..b506459 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -3,12 +3,10 @@ FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:latest RUN apt-get update && \ apt-get install -y \ clang \ - gcc-9-aarch64-linux-gnu \ - g++-9-aarch64-linux-gnu \ - libc6-dev-arm64-cross \ - libc6-arm64-cross \ - linux-libc-dev-arm64-cross \ + gcc-aarch64-linux-gnu \ + g++-aarch64-linux-gnu \ libstdc++-9-dev-arm64-cross \ + libc6-dev-arm64-cross \ libssl-dev \ pkg-config \ unzip \