Skip to content

Commit

Permalink
use libc6-dev-*-cross so it include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyDai committed May 30, 2024
1 parent c055ba6 commit a420004
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/actions/install-patcherex2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ runs:
run: |
sudo apt-get update
sudo apt-get install -y \
qemu-user \
clang-15 lld-15 \
libc6-armhf-cross libc6-arm64-cross \
libc6-mips-cross libc6-mips64-cross \
libc6-powerpc-cross libc6-powerpc-ppc64-cross \
libc6-mipsel-cross libc6-mips64el-cross \
libc6-ppc64el-cross
qemu-user \
gcc-multilib \
libc6-dev-armhf-cross libc6-dev-arm64-cross \
libc6-dev-mips-cross libc6-dev-mips64-cross \
libc6-dev-powerpc-cross libc6-dev-ppc64-cross \
libc6-dev-mipsel-cross libc6-dev-mips64el-cross \
libc6-dev-ppc64el-cross \
- name: Install clang-19 lld-19
shell: bash
run: |
Expand Down

0 comments on commit a420004

Please sign in to comment.