We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc15d1a commit 9e64af3Copy full SHA for 9e64af3
.github/workflows/build.yaml
@@ -19,10 +19,10 @@ jobs:
19
- flag: -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++
20
binary: ./build/libdptsp.so
21
upload_name: x64_dptsp.dll
22
- - flag: -DCMAKE_CXX_FLAGS="-m32"
+ - flag: -DCMAKE_CXX_FLAGS="-m32" -DCMAKE_CXX_COMPILER=g++-14
23
24
upload_name: x86_64_libdptsp.so
25
- - flag: -DCMAKE_CXX_FLAGS="-m64"
+ - flag: -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=g++-14
26
27
upload_name: x64_libdptsp.so
28
- flag: -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++-14
0 commit comments