Skip to content

Commit

Permalink
Adding x86_64-linux platform to the bundle lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 31, 2024
1 parent a27ebb5 commit d3a5213
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d3a5213

Please sign in to comment.