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 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments