Преглед изворни кода

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"