Skip to content

Commit

Permalink
Don't need to install bundler manually
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 14, 2021
1 parent 39f9802 commit 9a3c1f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
gem install bundler --no-document
bundle install
run: bundle install
- name: Run test
run: rake && RUBYOPT=--enable-frozen_string_literal rake
4 changes: 1 addition & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem install bundler --no-document
bundle install
run: bundle install
- name: Run test
run: rake
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Set up Bundler
run: gem install bundler --no-document --force
- name: Install dependencies
run: bundle install
- name: Run test
Expand Down

0 comments on commit 9a3c1f1

Please sign in to comment.