We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fbbb0 commit 2dd6dd9Copy full SHA for 2dd6dd9
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
image: opensuse/leap:latest
98
steps:
99
- name: Install dependencies
100
- run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++
+ run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ glibc-locale
101
- uses: actions/checkout@v3
102
- name: Configure project
103
run: make config TEST=1 STRICT=1
0 commit comments