Skip to content

Commit 8504c99

Browse files
authored
Build using Fedora latest
1 parent 3a6e552 commit 8504c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [
1616
[alpine, latest],
17-
[fedora, 41],
17+
[fedora, latest],
1818
]
1919
fail-fast: false
2020
steps:
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
dnf -y install @development-tools gcc gcc-c++ g++ wget git autoconf automake python3 python3-pip make cmake pkgconf \
3131
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
32+
diffutils glibc-gconv-extra xz gawk file
3333
3434
- uses: actions/checkout@v4
3535

0 commit comments

Comments
 (0)