Skip to content

Commit ed93ac1

Browse files
authored
Merge branch 'main' into fixsinglescoreboard
2 parents ef119ff + 5b17901 commit ed93ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
container:
1717
image: ${{ matrix.os }}:${{ matrix.version }}
1818
steps:
19-
- name: Install git so we get the .github directory
20-
run: dnf install -y git
19+
- name: Install necessary tools
20+
run: dnf install -y awk git
2121
- uses: actions/checkout@v4
2222
- name: Setup image and run bats tests
2323
run: .github/jobs/configure-checks/setup_configure_image.sh

0 commit comments

Comments
 (0)