summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-03-29 20:27:21 +0200
committerAndre Weissflog <floooh@gmail.com>2023-03-29 20:27:21 +0200
commit23e3a3a5b011298161bd3b6c1506a05fc4f53ac5 (patch)
tree3615de6c20cb1eee775abd85631e3ea8b8ff1ea6
parent258e4f1cf2c6f3a2a1dc4655ec3d73d05049100c (diff)
gh actions: unfix cargo fmt in deploy-rust step
-rw-r--r--.github/workflows/gen_bindings.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index c4cfe124..52db0015 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -352,7 +352,7 @@ jobs:
toolchain: stable
override: true
- name: "cargo fmt"
- run: cargo +nightly fmt
+ run: cargo fmt
- name: "commit and push"
run: |
git config user.email "none"