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

fix: new fix values

parent b512bc2a
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2617 failed
......@@ -34,7 +34,7 @@ build-rust:
- rustup component add clippy
- rustc --version
- 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
- if [[ $RUST_VERSION != "1.56.1" ]] && [[ $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