aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-09-29 01:02:35 +0200
committerAndre Weissflog <floooh@gmail.com>2025-09-29 01:02:35 +0200
commit01af2a71d38b64cc47554eae1e1b607b0373fee8 (patch)
treef484f1deb4859074ed023f10d3ee3663ad5ab153 /.github/workflows
parent8cb4ea393dafa63f8392b5b2bc1b6ab735b7a112 (diff)
ci: attempt to fix rust missing fmt
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gen_bindings.yml1
1 files changed, 1 insertions, 0 deletions
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"