From 01af2a71d38b64cc47554eae1e1b607b0373fee8 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Mon, 29 Sep 2025 01:02:35 +0200 Subject: ci: attempt to fix rust missing fmt --- .github/workflows/gen_bindings.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 0987aeff..b7f6b4c4 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -469,6 +469,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: stable + components: rustfmt - name: "cargo fmt" run: cargo fmt - name: "commit and push" -- cgit v1.2.3