Skip to content

Commit

Permalink
Removed the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 31, 2024
1 parent d3a5213 commit cb7013f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,4 @@ runs:
uses: mxcl/xcodebuild@6e60022a0cbe8c89278be2dd1773a2f68e7c5c87
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
action: none
1 change: 0 additions & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
xcode:
- '15.0.1'


steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit cb7013f

Please sign in to comment.