Skip to content

Commit 32e327c

Browse files
committed
CI: Configure cmake generator to be set to ninja.
git-svn-id: https://svn.rinrab.com/rinrab/xdigest/trunk@6346 0083e6b4-6090-234a-836e-88fcc467669c
1 parent ee697c1 commit 32e327c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- run: sudo apt-get install gcc-multilib lib32stdc++6
1616

17-
- run: cmake -B out-x64 -DCMAKE_INSTALL_PREFIX=install/x64
17+
- run: cmake -B out-x64 -G Ninja -DCMAKE_INSTALL_PREFIX=install/x64
1818
- run: ninja -C out-x64
1919
- run: ninja -C out-x64 install
2020
- run: ninja -C out-x64 test

0 commit comments

Comments
 (0)