summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-03-29 20:09:43 +0200
committerAndre Weissflog <floooh@gmail.com>2023-03-29 20:09:43 +0200
commit258e4f1cf2c6f3a2a1dc4655ec3d73d05049100c (patch)
treef44762234d63bab3e824ea5ef09544e38d7c8f19
parentf597a2bfd69c4f940460e0011c55a09d8d4ec96e (diff)
gh actions: fix 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 52db0015..c4cfe124 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 fmt
+ run: cargo +nightly fmt
- name: "commit and push"
run: |
git config user.email "none"