Skip to content

Commit

Permalink
[795] Try harder to force bundle reinstallation
Browse files Browse the repository at this point in the history
I have low confidence this will fix anything, but it's easy enough to try
  • Loading branch information
Clstroud authored Jan 3, 2025
1 parent bb34d15 commit 9ca0658
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
with:
ruby-version: 3.0

- name: Install bundler
run: gem install bundler

- name: Install dependencies
run: bundle install --redownload
- name: Install Bundler + Dependencies
run: rm -rf ~/.gems & gem install bundler & bundle install

- name: Install SwiftLint
run: brew install swiftlint
Expand Down

0 comments on commit 9ca0658

Please sign in to comment.