Skip to content

Commit

Permalink
Update ci.yml with little endian archs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilbin authored Feb 14, 2024
1 parent 4f82a55 commit 824afbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
clang-15 lld-15 \
libc6-armhf-cross libc6-arm64-cross \
libc6-mips-cross libc6-mips64-cross \
libc6-powerpc-cross libc6-powerpc-ppc64-cross
libc6-powerpc-cross libc6-powerpc-ppc64-cross \
libc6-mipsel-cross libc6-mips64el-cross \
libc6-ppc64el-cross
- name: Install Package
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 824afbf

Please sign in to comment.