From 264d802007fde21f35a9ee3d3536f11296ff1334 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:00:54 +0800 Subject: [PATCH] test --- .github/workflows/kcpp-build-release-arm64.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/kcpp-build-release-arm64.yaml b/.github/workflows/kcpp-build-release-arm64.yaml index b14cd94d3..290299f28 100644 --- a/.github/workflows/kcpp-build-release-arm64.yaml +++ b/.github/workflows/kcpp-build-release-arm64.yaml @@ -56,10 +56,9 @@ jobs: docker run --rm \ --platform linux/arm64 \ -v "${PWD}:/src" \ - python:3.9-slim-bullseye \ + python:3.9-slim \ /bin/bash -c " apt-get update && apt-get install -y build-essential && \ - apt-get install -y software-properties-common && \ apt-get update && apt-get install -y gcc-12 g++-12 && \ export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12:$LD_LIBRARY_PATH && \ pip install customtkinter pyinstaller tk && \