From 433cd41c3cf513dd2185851390214edd6064816e Mon Sep 17 00:00:00 2001 From: HUI Date: Thu, 9 Nov 2023 15:51:42 +0800 Subject: [PATCH] chore: wip --- .github/actions/setup/action.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c4c3bbaf..812bc96a 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -9,7 +9,12 @@ runs: with: node-version-file: .nvmrc - - name: Setup cocoapods + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + bundler-cache: true + + - name: Setup Cocoapods if: ${{ runner.os == 'macOS' }} uses: maxim-lobanov/setup-cocoapods@v1 with: