Skip to content

Commit 7dc3ef0

Browse files
authored
Merge pull request #2 from DevelopersCommunity/clang
use clang
2 parents 1ad7491 + ed60ed0 commit 7dc3ef0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
name: Package
2-
32
on:
43
push:
54
branches:
65
- 'main'
7-
86
jobs:
97
package:
108
runs-on: windows-latest
11-
129
steps:
1310
- uses: actions/checkout@v3
1411
- name: Install Ninja
1512
run: choco install ninja
1613
- name: Generate Ninja build
17-
run: cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=RelWithDebInfo
14+
run: cmake -B build -G Ninja -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_COMPILER=clang
1815
- name: Package
1916
run: cmake --build build --target package
2017
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)