فهرست منبع

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"