Skip to content

Commit

Permalink
apline linux: install ncurses-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 4, 2024
1 parent b577a03 commit 02c8293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
apk update
echo "-----------------------------------------------------"
echo "> apk add git autoconf automake make gcc clang"
apk add git autoconf automake make gcc clang
echo "> apk add git autoconf automake ncurses-dev make gcc clang"
apk add git autoconf automake ncurses-dev make gcc clang
echo "-----------------------------------------------------"
echo "> autoconf --version"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alpine_riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "-----------------------------------------------------"
echo "> apk add git autoconf automake make gcc clang"
apk add git autoconf automake make gcc clang
apk add git autoconf automake make ncurses-dev gcc clang
echo "-----------------------------------------------------"
echo "> autoconf --version"
Expand Down

0 comments on commit 02c8293

Please sign in to comment.