Skip to content

Commit 1a80eeb

Browse files
authored
remove unused compiler parameter (#3)
1 parent 5af3c81 commit 1a80eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Ninja
1010
run: choco install ninja
1111
- name: Generate Ninja build
12-
run: cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_COMPILER=clang
12+
run: cmake -B build -G Ninja
1313
- name: Package
1414
run: cmake --build build --target package
1515
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)