Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 12f0ef2

Browse files
authored
Update c-cpp.yml
1 parent 1726a06 commit 12f0ef2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ jobs:
1414
steps:
1515
- name: run-cmake
1616
uses: lukka/[email protected]
17+
with:
18+
cmakeListsOrSettingsJson: CMakeListsTxtBasic
19+
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
20+
useVcpkgToolchainFile: false
21+
buildDirectory: '${{ runner.workspace }}/b//unixmakefiles'
22+
cmakeAppendedArgs: '-GNinja '

0 commit comments

Comments
 (0)