mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-23 10:53:38 +08:00
ci: stop manually creating build/
There's no need to manually create and cd into the build directory, since meson knows how to handle that. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
a25e93188b
commit
2c488b6e19
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
@ -59,9 +59,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
meson setup --native-file ../build-dev.ini . ..
|
||||
meson compile
|
||||
meson setup --native-file build-dev.ini build
|
||||
meson compile -C build
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
||||
|
Loading…
Reference in New Issue
Block a user