Skip to content

Commit

Permalink
ci: add -Wno-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Mar 20, 2024
1 parent 63058d1 commit 2554dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: OpenWrt CI testing
on: [ push, pull_request ]
env:
CI_ENABLE_UNIT_TESTING: 0
CI_TARGET_BUILD_DEPENDS: libubox
CI_TARGET_BUILD_DEPENDS: "libubox udebug"
CI_CMAKE_EXTRA_BUILD_ARGS: -DJAIL_SUPPORT=1

jobs:
Expand Down

0 comments on commit 2554dab

Please sign in to comment.