File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
image : ${{ matrix.os }}:${{ matrix.version }}
21
21
steps :
22
22
- name : Install git so we get the .github directory
23
- run : dnf install -y git
23
+ run : dnf install -y git composer
24
24
- uses : actions/checkout@v4
25
25
- name : Setup image and run bats tests
26
26
run : .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change 32
32
image : ${{ matrix.os }}:${{ matrix.version }}
33
33
steps :
34
34
- 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
36
36
- uses : actions/checkout@v4
37
37
- name : Setup image and run bats tests
38
38
run : .github/jobs/configure-checks/setup_configure_image.sh
You can’t perform that action at this time.
0 commit comments