Skip to content

Commit eaef938

Browse files
authored
Fix CI error by installing newly required dependency (#846)
1 parent 370c70c commit eaef938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-target/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ runs:
5050
gcc-aarch64-linux-gnu \
5151
gcc-arm-linux-gnueabihf \
5252
git \
53+
libc-dev \
5354
"libc6:${{ inputs.arch }}" \
5455
"libgcc-s1:${{ inputs.arch }}" \
56+
linux-libc-dev \
5557
musl-tools \
5658
pkg-config
5759

0 commit comments

Comments
 (0)