We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9f98a commit f12f9caCopy full SHA for f12f9ca
.github/workflows/ci.yml
@@ -36,4 +36,4 @@ jobs:
36
- name: rust lint
37
run: cargo fmt -- --check && cargo clippy -- -D warnings && cargo check --all-targets --all-features
38
- name: cmake build
39
- run: build && cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build
+ run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build
0 commit comments