diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 824a440..ceac6e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,8 +32,10 @@ jobs: - uses: ruby/setup-ruby@v1 with: + windows-toolchain: 'none' # remove this line if the project requires MSYS2 DevKit ruby-version: ${{ matrix.ruby-version }} bundler-cache: true + cache-version: 25.1 - name: Test with Minitest run: bundle exec rake test:isolated