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 753081c commit 8957eb2Copy full SHA for 8957eb2
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Prepare environment
12
run: |
13
dnf -y upgrade
14
- dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
+ dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel awk
15
16
- name: Checkout alsa-lib
17
uses: actions/checkout@v4
0 commit comments