rustdesk 1 год назад
Родитель
Сommit
e251161c5d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/build.yaml

+ 2 - 2
.github/workflows/build.yaml

@@ -47,7 +47,7 @@ jobs:
47 47
       - name: Install toolchain
48 48
         uses: actions-rs/toolchain@v1
49 49
         with:
50
-          toolchain: "1.70.0"
50
+          toolchain: "1.81"
51 51
           override: true
52 52
           default: true
53 53
           components: rustfmt
@@ -88,7 +88,7 @@ jobs:
88 88
       - name: Install toolchain
89 89
         uses: actions-rs/toolchain@v1
90 90
         with:
91
-          toolchain: "1.70.0"
91
+          toolchain: "1.81"
92 92
           override: true
93 93
           default: true
94 94
           components: rustfmt