Skip to content

Commit 8fd5b2c

Browse files
committed
adn remove flag
1 parent 31f9f5f commit 8fd5b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- flag: -DCMAKE_CXX_FLAGS="-m64"
2626
binary: ./build/libdptsp.so
2727
upload_name: x64_libdptsp.so
28-
- flag: -DCMAKE_CXX_FLAGS="-m64" -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++
28+
- flag: -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++
2929
binary: ./build/libdptsp.so
3030
upload_name: aarch64_libdptsp.so
3131
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)