Skip to content

Commit

Permalink
ci: don't use Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 7, 2025
1 parent b22d45d commit 7305230
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install
run: bundle exec rake install
run: rake install
- name: Install dummy-cairo gem
run: |
cd test/fixture/dummy-cairo
Expand Down

0 comments on commit 7305230

Please sign in to comment.