Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuls committed Jul 8, 2024
1 parent cbde54b commit c08a27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c08a27e

Please sign in to comment.