File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -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,20 @@ 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-1_1-devel \
18
+ libopenssl-3-devel \
17
19
mpdecimal-devel \
18
20
ncurses5-devel \
19
- eadline6 -devel \
21
+ readline6 -devel \
20
22
sqlite3-devel \
21
- libopenssl-1_1-devel \
22
- liblzma5 \
23
23
strace \
24
24
tk-devel \
25
25
uuid-devel \
26
- xvfb \
26
+ xvfb-run \
27
+ xz-devel \
27
28
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