Skip to content

Commit 5b9c5eb

Browse files
committed
CI (Win64): improve speed
1 parent 56b03a9 commit 5b9c5eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,20 +236,12 @@ jobs:
236236
- name: print msys version
237237
run: uname -a
238238

239-
- name: Initialize CodeQL
240-
uses: github/codeql-action/init@v2
241-
with:
242-
languages: c, cpp
243-
244239
- name: configure project
245240
run: env PKG_CONFIG_PATH=/clang64/lib/pkgconfig/:$PKG_CONFIG_PATH cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
246241

247242
- name: build project
248243
run: cmake --build . --verbose
249244

250-
- name: perform CodeQL analysis
251-
uses: github/codeql-action/analyze@v2
252-
253245
- name: copy necessary dlls
254246
run: cp /clang64/bin/{OpenCL,vulkan-1}.dll .
255247

0 commit comments

Comments
 (0)