Skip to content

Commit 532f4ae

Browse files
committed
Fix CI
In main this file already uses another image so composer was missing.
1 parent 75c16e0 commit 532f4ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
image: ${{ matrix.os }}:${{ matrix.version }}
2121
steps:
2222
- name: Install git so we get the .github directory
23-
run: dnf install -y git
23+
run: dnf install -y git composer
2424
- uses: actions/checkout@v4
2525
- name: Setup image and run bats tests
2626
run: .github/jobs/configure-checks/setup_configure_image.sh

.github/workflows/autoconf-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
image: ${{ matrix.os }}:${{ matrix.version }}
3333
steps:
3434
- name: Install git so we get the .github directory
35-
run: apt-get update; apt-get install -y git
35+
run: apt-get update; apt-get install -y git composer
3636
- uses: actions/checkout@v4
3737
- name: Setup image and run bats tests
3838
run: .github/jobs/configure-checks/setup_configure_image.sh

0 commit comments

Comments
 (0)