From cb7013f2cb69b80605e886cd8e086cc4db4c03ea Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Thu, 31 Oct 2024 14:04:52 +0530 Subject: [PATCH] Removed the setup --- .github/actions/setup/action.yml | 8 +------- .github/workflows/rl-scanner.yml | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index af54311c..55bd744f 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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 \ No newline at end of file + action: none \ No newline at end of file diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index ab5471c4..932ab80b 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -31,7 +31,6 @@ jobs: xcode: - '15.0.1' - steps: - name: Checkout code uses: actions/checkout@v4