RustDesk лет назад: 3
Родитель
Сommit
ebbe5d5297
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      .github/workflows/test.yml

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

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