Browse Source

Update test.yml

RustDesk 3 years ago
parent
commit
ebbe5d5297
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/test.yml

+ 4 - 4
.github/workflows/test.yml

@@ -14,7 +14,7 @@ jobs:
14 14
       - uses: actions-rs/toolchain@v1
15 15
         with:
16 16
           profile: minimal
17
-          toolchain: nightly
17
+          toolchain: stable
18 18
           override: true
19 19
       - uses: Swatinem/rust-cache@v2
20 20
       - uses: actions-rs/cargo@v1
@@ -28,7 +28,7 @@ jobs:
28 28
       - uses: actions-rs/toolchain@v1
29 29
         with:
30 30
           profile: minimal
31
-          toolchain: nightly
31
+          toolchain: stable
32 32
           override: true
33 33
       - uses: Swatinem/rust-cache@v2
34 34
       - uses: actions-rs/cargo@v1
@@ -43,7 +43,7 @@ jobs:
43 43
       - uses: actions-rs/toolchain@v1
44 44
         with:
45 45
           profile: minimal
46
-          toolchain: nightly
46
+          toolchain: stable
47 47
           override: true
48 48
           components: rustfmt
49 49
       - uses: Swatinem/rust-cache@v2
@@ -59,7 +59,7 @@ jobs:
59 59
       - uses: actions-rs/toolchain@v1
60 60
         with:
61 61
           profile: minimal
62
-          toolchain: nightly
62
+          toolchain: stable
63 63
           override: true
64 64
           components: clippy
65 65
       - uses: Swatinem/rust-cache@v2