소스 검색

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"