Skip to content

Commit f12f9ca

Browse files
committed
fix
Signed-off-by: Smityz <[email protected]>
1 parent dc9f98a commit f12f9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: rust lint
3737
run: cargo fmt -- --check && cargo clippy -- -D warnings && cargo check --all-targets --all-features
3838
- name: cmake build
39-
run: build && cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build
39+
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build

0 commit comments

Comments
 (0)