Skip to content

Commit ec29362

Browse files
committed
Install awk on Fedora.
1 parent bd67d53 commit ec29362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autoconf-check-different-distro.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Install git so we get the .github directory
2020
run: dnf install -y git
21+
- name: Install awk
22+
run: dnf install -y awk
2123
- uses: actions/checkout@v4
2224
- name: Setup image and run bats tests
2325
run: .github/jobs/configure-checks/setup_configure_image.sh

0 commit comments

Comments
 (0)