We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757c454 commit 808386dCopy full SHA for 808386d
.github/workflows/compilation.yml
@@ -22,7 +22,7 @@ jobs:
22
if: matrix.os[0] == 'alpine'
23
run: |
24
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
+ libtool flex bison texinfo gmp-dev mpfr-dev mpc1-dev readline-dev ncurses-dev gawk
26
27
- name: Install dependencies Fedora
28
if: matrix.os[0] == 'fedora'
0 commit comments