Kaynağa Gözat

chore: update rust-toolchain

nathan 2 yıl önce
ebeveyn
işleme
bfd2754bda

+ 5 - 2
.github/workflows/flutter_ci.yaml

@@ -109,8 +109,11 @@ jobs:
       - name: Run Flutter unit tests
         working-directory: frontend/app_flowy
         run: |
-          flutter pub get
-          flutter test
+          if [ "$RUNNER_OS" == "Linux" ]; then
+            flutter pub get
+            flutter test
+          fi
+        shell: bash
 
       - name: Run Flutter integration tests
         working-directory: frontend/app_flowy

+ 1 - 1
frontend/rust-lib/rust-toolchain.toml

@@ -1,2 +1,2 @@
 [toolchain]
-channel = "stable-2022-04-07"
+channel = "1.65"

+ 1 - 1
shared-lib/rust-toolchain.toml

@@ -1,2 +1,2 @@
 [toolchain]
-channel = "stable-2022-04-07"
+channel = "1.65"