Skip to content
Snippets Groups Projects
Verified Commit b512bc2a authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: small typo

parent 24d4a16f
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2616 failed
......@@ -33,7 +33,7 @@ build-rust:
- rustup component add rustfmt
- rustup component add clippy
- rustc --version
- if [[ $RUST_VERSION != "1.56.1" ]]; cargo fmt --all -- --check; fi
- if [[ $RUST_VERSION != "1.56.1" ]]; then cargo fmt --all -- --check; fi
- if [[ $RUST_VERSION != nightly ]]; then cargo clippy -- -D warnings -A unknown-lints; fi
- cargo build
- cargo build --release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment