소스 검색

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:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@v2
         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
       - name: Checkout Flutter
         uses: actions/checkout@v2
         uses: actions/checkout@v2
         with:
         with: