Selaa lähdekoodia

gh actions: fix cargo fmt in deploy-rust step

Andre Weissflog 2 vuotta sitten
vanhempi
commit
258e4f1cf2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"