We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef119ff + 5b17901 commit ed93ac1Copy full SHA for ed93ac1
.github/workflows/autoconf-check-different-distro.yml
@@ -16,8 +16,8 @@ jobs:
16
container:
17
image: ${{ matrix.os }}:${{ matrix.version }}
18
steps:
19
- - name: Install git so we get the .github directory
20
- run: dnf install -y git
+ - name: Install necessary tools
+ run: dnf install -y awk git
21
- uses: actions/checkout@v4
22
- name: Setup image and run bats tests
23
run: .github/jobs/configure-checks/setup_configure_image.sh
0 commit comments