File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 needs : check_source
116116 if : needs.check_source.outputs.run_tests == 'true'
117117 steps :
118- - run : zypper -n in git sudo
118+ - run : zypper -n in git sudo bash
119119 - uses : actions/checkout@v4
120120 - uses : actions/setup-python@v5
121121 with :
@@ -205,7 +205,7 @@ jobs:
205205 OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
206206 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
207207 steps :
208- - run : zypper -n in git sudo
208+ - run : zypper -n in git sudo make
209209 - uses : actions/checkout@v4
210210 - name : Runner image version
211211 run : echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -9,20 +9,19 @@ zypper -nq install \
99 ccache \
1010 gdb \
1111 lcov \
12- libb2 -devel \
12+ gdbm -devel \
1313 libbz2-devel \
14+ libb2-devel \
1415 libffi-devel \
15- gdbm-devel \
16- xz -devel \
16+ liblzma5 \
17+ libopenssl-3 -devel \
1718 mpdecimal-devel \
1819 ncurses5-devel \
19- eadline6 -devel \
20+ readline6 -devel \
2021 sqlite3-devel \
21- libopenssl-1_1-devel \
22- liblzma5 \
2322 strace \
2423 tk-devel \
2524 uuid-devel \
26- xvfb \
25+ xvfb-run \
26+ xz-devel \
2727 zlib-devel
28- # libgdbm-compat-devel \
Original file line number Diff line number Diff line change 2020 PYTHONSTRICTEXTENSIONBUILD : 1
2121 TERM : linux
2222 steps :
23+ - run : zypper -n in git
2324 - uses : actions/checkout@v4
2425 - name : Register gcc problem matcher
2526 run : echo "::add-matcher::.github/problem-matchers/gcc.json"
You can’t perform that action at this time.
0 commit comments