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:
Emil Velikov 2024-11-16 10:14:08 +00:00
parent a25e93188b
commit 2c488b6e19

View File

@ -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