Skip to content

Commit

Permalink
fixed CI build for opensuse
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Mar 8, 2025
1 parent 6e7bc7c commit fe2680d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
image: opensuse/leap:latest
steps:
- name: Install dependencies
run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ libsndfile-devel
run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ glibc-locale libsndfile-devel
- uses: actions/checkout@v3
- name: Configure project
run: make config TEST=1 STRICT=1
Expand All @@ -119,7 +119,7 @@ jobs:
image: opensuse/tumbleweed:latest
steps:
- name: Install dependencies
run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ libstdc++-devel clang libsndfile-devel
run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ glibc-locale libstdc++-devel clang libsndfile-devel
- uses: actions/checkout@v3
- name: Configure project
run: make config TEST=1 STRICT=1 CC=clang CXX=clang++
Expand Down

0 comments on commit fe2680d

Please sign in to comment.