Skip to content

Commit

Permalink
simplify GHA build (#24)
Browse files Browse the repository at this point in the history
according to feedback received in:
slatedocs/slate#1784 (comment)
  • Loading branch information
tarilabs authored Feb 19, 2024
1 parent bde6e4c commit bbb6c90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
gems-${{ runner.os }}-${{ matrix.ruby-version }}-
gems-${{ runner.os }}-
# necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache
# can remove once ruby 2.3 is no longer supported
- run: gem update --system 3.4.22

- run: bundle config set deployment 'true'
- name: bundle install
run: |
Expand Down

0 comments on commit bbb6c90

Please sign in to comment.