From ff203a91eb0fcfc7b1964ecd1339ccb2b1321d26 Mon Sep 17 00:00:00 2001 From: appflowy Date: Fri, 11 Feb 2022 20:15:40 +0800 Subject: [PATCH] ci: update build macos command --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69bf0ed2a7..259f7397d9 100644 --- a/.github/workflows/ci.yaml +++ b/.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: