We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd67d53 commit ec29362Copy full SHA for ec29362
.github/workflows/autoconf-check-different-distro.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Install git so we get the .github directory
20
run: dnf install -y git
21
+ - name: Install awk
22
+ run: dnf install -y awk
23
- uses: actions/checkout@v4
24
- name: Setup image and run bats tests
25
run: .github/jobs/configure-checks/setup_configure_image.sh
0 commit comments