From 7c80a15be1c8a48eec4acc945a95052adfeb897a Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Tue, 2 Feb 2021 23:29:36 +0100 Subject: [PATCH] Try again --- .github/workflows/staging.yml | 2 +- fastlane/Fastfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 273c7cd3..f032a614 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -18,7 +18,7 @@ jobs: - name: -- Step 4 -- Install native dependencies run: npx pod-install - name: -- Step 5 -- Install ruby dependencies - run: bundle install + run: gem install bundler && bundle install - name: -- Step 6 -- Run fastlane env: TOOOT_ENVIRONMENT: staging diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0cea5d18..cca8c9aa 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -109,5 +109,5 @@ platform :ios do end platform :android do - # Android Lanes + end \ No newline at end of file