Skip to content

optimize fetch to use local download #662

optimize fetch to use local download

optimize fetch to use local download #662

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler: '2.4.22'
bundler-cache: true
- name: Build and test with Rake
- run: bundle exec rake