Skip to content

Commit 4a8c174

Browse files
committed
fix: linux build
1 parent d4ebfa8 commit 4a8c174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
export CC="clang"
5050
export CXX="clang++"
51-
export CXXFLAGS="-g -mssse3 -std=c++17"
51+
export CXXFLAGS="-g -mssse3 -std=c++20"
5252
export LDFLAGS="-m64 -lstdc++ -Wl,--build-id -fuse-ld=lld"
5353
./configure --shared
5454
make -j4

0 commit comments

Comments
 (0)