Skip to content

Commit 2766a32

Browse files
committed
remove clang++ for musl
1 parent 8ff0813 commit 2766a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
platform: alpine
2424
version: 3.16
2525
libc: musl
26-
gcc_install: clang clang++ lld
26+
gcc_install: clang lld
2727
gcc: clang
28-
gxx: clang++
28+
gxx: clang
2929
# libc is intentionally not set here, as prebuild-install requires libc to not be set for glibc builds
3030
- triple: "linux-gnu"
3131
platform: debian

0 commit comments

Comments
 (0)