浏览代码

gh actions: fix cargo fmt in deploy-rust step

Andre Weissflog 2 年之前
父节点
当前提交
258e4f1cf2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/gen_bindings.yml

+ 1 - 1
.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"