From d0a88f990d78859593330b2f4a9db0d1a3e61a76 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Tue, 2 Feb 2021 23:16:38 +0100 Subject: [PATCH] Try again --- .github/workflows/staging.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index cece7744..273c7cd3 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -13,12 +13,12 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14.x - - name: -- Step 3 -- Setup ruby - uses: actions/setup-ruby@v1 - - name: -- Step 4 -- Install dependencies + - name: -- Step 3 -- Install node dependencies run: yarn install - - name: -- Step 5 -- Install native dependencies + - name: -- Step 4 -- Install native dependencies run: npx pod-install + - name: -- Step 5 -- Install ruby dependencies + run: bundle install - name: -- Step 6 -- Run fastlane env: TOOOT_ENVIRONMENT: staging