Jelajahi Sumber

github: Use nightly channel for rustfmt.

parazyd 4 tahun lalu
induk
melakukan
4ab35f46a4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -34,7 +34,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
       - uses: actions-rs/toolchain@v1
         with:
         with:
-          toolchain: stable
+          toolchain: nightly
           override: true
           override: true
       - run: |
       - run: |
           rustup component add rustfmt
           rustup component add rustfmt