Skip to content

Commit b341f49

Browse files
committed
fixup! fixup! add ci config
1 parent 87ed132 commit b341f49

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-static-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ jobs:
4444
-DCMAKE_BUILD_TYPE=Debug \
4545
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4646
47+
- name: Build liburing
48+
run: cmake --build ${{github.workspace}}/build --target liburing_ext
49+
4750
- name: Static Analysis
4851
run: bash ./scripts/check-all.sh

0 commit comments

Comments
 (0)