From effea83518234a6f681018cac6e56271a6baf0d5 Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Fri, 11 Oct 2024 18:26:47 +0300 Subject: [PATCH] wtf --- .github/workflows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index e1a1e19..349a490 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && \ clang \ gcc-aarch64-linux-gnu \ g++-aarch64-linux-gnu \ - libstdc++-dev-arm64-cross \ + libstdc++-10-dev-arm64-cross \ libc6-dev-arm64-cross \ libssl-dev \ pkg-config \