aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-03-31 20:26:55 -0600
committerTheo Buehler <tb@openbsd.org>2025-03-31 20:27:54 -0600
commit16db162e6c571138f0bb2f87bf225ba46baef1bb (patch)
treee272503cfc82c26445e0637fd2122e4ceb4d0a17
parent730988166ec0df6f1f371b0e2c615495dc9113a5 (diff)
downloadportable-16db162e6c571138f0bb2f87bf225ba46baef1bb.tar.gz
portable-16db162e6c571138f0bb2f87bf225ba46baef1bb.tar.bz2
portable-16db162e6c571138f0bb2f87bf225ba46baef1bb.zip
add gawk to fedora-rawhide workflowHEADmaster
-rw-r--r--.github/workflows/fedora-rawhide.yml2
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