Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Dec 9, 2024
1 parent f5b1231 commit 264d802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kcpp-build-release-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 264d802

Please sign in to comment.