Skip to content

Commit 808386d

Browse files
authored
Add gawk to alpine build
This is required for gcc to build correctly.
1 parent 757c454 commit 808386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: matrix.os[0] == 'alpine'
2323
run: |
2424
apk add --no-cache build-base bash gcc git make autoconf automake python3 py3-pip cmake pkgconfig libarchive-dev openssl-dev gpgme-dev \
25-
libtool flex bison texinfo gmp-dev mpfr-dev mpc1-dev readline-dev ncurses-dev
25+
libtool flex bison texinfo gmp-dev mpfr-dev mpc1-dev readline-dev ncurses-dev gawk
2626
2727
- name: Install dependencies Fedora
2828
if: matrix.os[0] == 'fedora'

0 commit comments

Comments
 (0)