diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 617792c9..af54311c 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -22,3 +22,9 @@ runs: with: xcode: ${{ inputs.xcode }} action: none + + - name: Add x86_64-linux platform to Gemfile.lock + run: bundle lock --add-platform x86_64-linux + + - name: Install dependencies + run: bundle install --jobs 4 \ No newline at end of file