We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e552 commit 8504c99Copy full SHA for 8504c99
.github/workflows/compilation.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [
16
[alpine, latest],
17
- [fedora, 41],
+ [fedora, latest],
18
]
19
fail-fast: false
20
steps:
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
dnf -y install @development-tools gcc gcc-c++ g++ wget git autoconf automake python3 python3-pip make cmake pkgconf \
31
libarchive-devel openssl-devel gpgme-devel libtool gettext texinfo bison flex gmp-devel mpfr-devel libmpc-devel ncurses-devel \
32
- diffutils glibc-gconv-extra xz
+ diffutils glibc-gconv-extra xz gawk file
33
34
- uses: actions/checkout@v4
35
0 commit comments