Skip to content

Commit 5b6563a

Browse files
committed
update styles
1 parent 9d8a0ea commit 5b6563a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/packaging.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@ jobs:
101101
-DUNITS_ENABLE_TESTS=ON \
102102
-DUNITS_INSTALL_PACKAGE_TESTS=ON \
103103
-DUNITS_BUILD_SHARED_LIBRARY=ON \
104-
-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_LINKER_TYPE=LLD -DCMAKE_CXX_FLAGS=-stdlib=libc++
105104
-DUNITS_BUILD_CXX_MODULE=ON \
106105
-DCMAKE_CXX_STANDARD=23 \
107-
-DCMAKE_INSTALL_PREFIX=/home/runner/work/install
106+
-DCMAKE_INSTALL_PREFIX=/home/runner/work/install \
107+
-DCMAKE_CXX_COMPILER=clang++ \
108+
-DCMAKE_LINKER_TYPE=LLD \
109+
-DCMAKE_CXX_FLAGS=-stdlib=libc++
108110
109111
- name: Build
110112
run: cmake --build build -j2

0 commit comments

Comments
 (0)