From c08a27e4816e6793833490171fde9fb7275963c1 Mon Sep 17 00:00:00 2001 From: Gert Hulselmans Date: Mon, 8 Jul 2024 14:13:26 +0200 Subject: [PATCH] f --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a5be443..04205a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: - runner: ubuntu-latest target: aarch64 - runner: ubuntu-latest - target: armv7 + target: ppc64le steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -66,7 +66,7 @@ jobs: githubToken: ${{ github.token }} install: | apt-get update - apt-get install -y --no-install-recommends python3 python3-pip gcc + apt-get install -y --no-install-recommends python3 python3-pip gcc linux-libc-dev pip3 install -U pip pytest run: | set -e