diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-09-29 01:02:35 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-09-29 01:02:35 +0200 |
| commit | 01af2a71d38b64cc47554eae1e1b607b0373fee8 (patch) | |
| tree | f484f1deb4859074ed023f10d3ee3663ad5ab153 /.github | |
| parent | 8cb4ea393dafa63f8392b5b2bc1b6ab735b7a112 (diff) | |
ci: attempt to fix rust missing fmt
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 1 |
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" |