Skip to content

Commit 8957eb2

Browse files
committed
github: CI: add awk package for Fedora to build.yml
1 parent 753081c commit 8957eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Prepare environment
1212
run: |
1313
dnf -y upgrade
14-
dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
14+
dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel awk
1515
1616
- name: Checkout alsa-lib
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)