Skip to content

Commit 3e0ba24

Browse files
authored
Update Alpine_Cmake_nsh.yml
1 parent 2e1e189 commit 3e0ba24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/Alpine_Cmake_nsh.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ jobs:
7070
apk --no-cache --update add \
7171
bsd-compat-headers \
7272
zlib-dev \
73-
ncurses-dev
73+
ncurses-dev \
74+
linux-headers \
75+
libx11-dev \
76+
libxft-dev \
77+
libxext-dev \
78+
libusb-dev
7479
7580
- name: Install Development Tools Packages
7681
run: |

0 commit comments

Comments
 (0)