We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f932b72 commit fc15d1aCopy full SHA for fc15d1a
1 file changed
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
- flag: -DCMAKE_CXX_FLAGS="-m64"
26
binary: ./build/libdptsp.so
27
upload_name: x64_libdptsp.so
28
- - flag: -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++
+ - flag: -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++-14
29
30
upload_name: aarch64_libdptsp.so
31
runs-on: ubuntu-24.04
0 commit comments