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

fix: tentative fix for dependency issue

parent 8de7dc9c
No related branches found
No related tags found
No related merge requests found
Pipeline #2951 passed
......@@ -118,7 +118,7 @@ jobs:
- name: Verify Rust code format
run: cd frontends/sdl && cargo fmt --all -- --check
- name: Verify Rust code linting
run: cd frontends/sdl && cargo clippy -- -D warnings -A unknown-lints
run: cd frontends/sdl && cargo update -p half@2.3.0 --precise 2.2.0 && cargo clippy -- -D warnings -A unknown-lints
- name: Run unit tests
run: cd frontends/sdl && cargo test
- name: Build development version
......
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