mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-12 08:39:56 +00:00
Fix CI error by installing newly required dependency (#846)
This commit is contained in:
parent
370c70c544
commit
eaef938661
2
.github/actions/setup-target/action.yml
vendored
2
.github/actions/setup-target/action.yml
vendored
@ -50,8 +50,10 @@ runs:
|
||||
gcc-aarch64-linux-gnu \
|
||||
gcc-arm-linux-gnueabihf \
|
||||
git \
|
||||
libc-dev \
|
||||
"libc6:${{ inputs.arch }}" \
|
||||
"libgcc-s1:${{ inputs.arch }}" \
|
||||
linux-libc-dev \
|
||||
musl-tools \
|
||||
pkg-config
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user