File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
image : opensuse/leap:latest
98
98
steps :
99
99
- name : Install dependencies
100
- run : zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++
100
+ run : zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ glibc-locale
101
101
- uses : actions/checkout@v3
102
102
- name : Configure project
103
103
run : make config TEST=1 STRICT=1
@@ -119,7 +119,7 @@ jobs:
119
119
image : opensuse/tumbleweed:latest
120
120
steps :
121
121
- name : Install dependencies
122
- run : zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ libstdc++-devel clang
122
+ run : zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ glibc-locale libstdc++-devel clang
123
123
- uses : actions/checkout@v3
124
124
- name : Configure project
125
125
run : make config TEST=1 STRICT=1 CC=clang CXX=clang++
You can’t perform that action at this time.
0 commit comments