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:
115
115
needs : check_source
116
116
if : needs.check_source.outputs.run_tests == 'true'
117
117
steps :
118
- - run : zypper -n in git sudo
118
+ - run : zypper -n in git sudo bash
119
119
- uses : actions/checkout@v4
120
120
- uses : actions/setup-python@v5
121
121
with :
@@ -205,7 +205,7 @@ jobs:
205
205
OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
206
206
LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
207
207
steps :
208
- - run : zypper -n in git sudo
208
+ - run : zypper -n in git sudo make
209
209
- uses : actions/checkout@v4
210
210
- name : Runner image version
211
211
run : echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -9,20 +9,19 @@ zypper -nq install \
9
9
ccache \
10
10
gdb \
11
11
lcov \
12
- libb2 -devel \
12
+ gdbm -devel \
13
13
libbz2-devel \
14
+ libb2-devel \
14
15
libffi-devel \
15
- gdbm-devel \
16
- xz -devel \
16
+ liblzma5 \
17
+ libopenssl-3 -devel \
17
18
mpdecimal-devel \
18
19
ncurses5-devel \
19
- eadline6 -devel \
20
+ readline6 -devel \
20
21
sqlite3-devel \
21
- libopenssl-1_1-devel \
22
- liblzma5 \
23
22
strace \
24
23
tk-devel \
25
24
uuid-devel \
26
- xvfb \
25
+ xvfb-run \
26
+ xz-devel \
27
27
zlib-devel
28
- # libgdbm-compat-devel \
Original file line number Diff line number Diff line change 20
20
PYTHONSTRICTEXTENSIONBUILD : 1
21
21
TERM : linux
22
22
steps :
23
+ - run : zypper -n in git
23
24
- uses : actions/checkout@v4
24
25
- name : Register gcc problem matcher
25
26
run : echo "::add-matcher::.github/problem-matchers/gcc.json"
You can’t perform that action at this time.
0 commit comments