We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bfe8c commit 3885490Copy full SHA for 3885490
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
image: opensuse/tumbleweed:latest
120
steps:
121
- name: Install dependencies
122
- run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ glibc-locale libstdc++-devel clang
+ run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ glibc-locale glibc-gconv-modules-extra libstdc++-devel clang
123
- uses: actions/checkout@v3
124
- name: Configure project
125
run: make config TEST=1 STRICT=1 CC=clang CXX=clang++
0 commit comments