Преглед изворни кода

ci: update build macos command

appflowy пре 3 година
родитељ
комит
ff203a91eb
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      .github/workflows/ci.yaml

+ 3 - 3
.github/workflows/ci.yaml

@@ -10,9 +10,9 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
-      - name: Env install
-        working-directory: frontend
-        run: make install_rust
+      - uses: actions-rs/toolchain@v1
+      with:
+        toolchain: stable
       - name: Checkout Flutter
         uses: actions/checkout@v2
         with: