From 03c40eeb51e0a7c3ba66bff8f5bbb11349561617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 25 Jun 2023 11:39:08 +0100 Subject: [PATCH] fix: tentative fix for dependency issue --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 774286fa..9b1573d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 -- GitLab