Skip to content

Commit

Permalink
ci: stop manually creating build/
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
evelikov committed Nov 16, 2024
1 parent a25e931 commit 2c488b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c488b6

Please sign in to comment.