We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af3c81 commit 1a80eebCopy full SHA for 1a80eeb
.github/workflows/reusable-package.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Install Ninja
10
run: choco install ninja
11
- name: Generate Ninja build
12
- run: cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_COMPILER=clang
+ run: cmake -B build -G Ninja
13
- name: Package
14
run: cmake --build build --target package
15
- uses: actions/upload-artifact@v3
0 commit comments