diff options
-rw-r--r-- | .github/workflows/fedora-rawhide.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml index 0fbd993..dff4b6a 100644 --- a/.github/workflows/fedora-rawhide.yml +++ b/.github/workflows/fedora-rawhide.yml | |||
@@ -26,7 +26,7 @@ jobs: | |||
26 | - uses: actions/checkout@v4 | 26 | - uses: actions/checkout@v4 |
27 | - name: Install dependencies | 27 | - name: Install dependencies |
28 | run: | | 28 | run: | |
29 | dnf -y install git make clang cmake ninja-build autoconf automake libtool diffutils patch | 29 | dnf -y install git make clang cmake ninja-build autoconf automake libtool diffutils patch gawk |
30 | - name: Pull upstream source | 30 | - name: Pull upstream source |
31 | run: | | 31 | run: | |
32 | ./update.sh | 32 | ./update.sh |