There was an error while loading. Please reload this page.
1 parent 87ed132 commit b341f49Copy full SHA for b341f49
1 file changed
.github/workflows/ci-static-check.yml
@@ -44,5 +44,8 @@ jobs:
44
-DCMAKE_BUILD_TYPE=Debug \
45
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
46
47
+ - name: Build liburing
48
+ run: cmake --build ${{github.workspace}}/build --target liburing_ext
49
+
50
- name: Static Analysis
51
run: bash ./scripts/check-all.sh
0 commit comments