File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,16 +19,13 @@ jobs:
1919 - flag : -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++
2020 binary : ./build/libdptsp.so
2121 upload_name : x64_dptsp.dll
22- - os : ubuntu-24.04
23- flag : -DCMAKE_CXX_FLAGS="-m32"
22+ - flag : -DCMAKE_CXX_FLAGS="-m32"
2423 binary : ./build/libdptsp.so
2524 upload_name : x86_64_libdptsp.so
26- - os : ubuntu-24.04
27- flag : -DCMAKE_CXX_FLAGS="-m64"
25+ - flag : -DCMAKE_CXX_FLAGS="-m64"
2826 binary : ./build/libdptsp.so
2927 upload_name : x64_libdptsp.so
30- - os : ubuntu-24.04
31- flag : -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++
28+ - flag : -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++
3229 binary : ./build/libdptsp.so
3330 upload_name : aarch64_libdptsp.so
3431 runs-on : ubuntu-24.04
3835 - name : Install Dep
3936 shell : bash
4037 run : |
41- sudo apt-get install g++-14 gcc-14 g++-mingw-w64-i686 g++-mingw-w64-x86-64 gcc-multilib g++-multilib libc6-dev-i386 aarch64-linux-gnu-g++
38+ sudo apt-get install g++-14 gcc-14 g++-mingw-w64-i686 g++-mingw-w64-x86-64 gcc-multilib g++-multilib libc6-dev-i386 g++- aarch64-linux-gnu
4239 - name : Build
4340 shell : bash
4441 run : |
You can’t perform that action at this time.
0 commit comments