We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4576495 commit 814a6c7Copy full SHA for 814a6c7
.github/workflows/test.yml
@@ -47,12 +47,9 @@ jobs:
47
continue-on-error: ${{ matrix.experimental }}
48
steps:
49
- uses: actions/checkout@v3
50
- - run: bundle config build.charlock_holmes --with-icu-dir=/usr/local/opt/icu4c
51
- if: matrix.os == 'macos-latest'
52
- uses: ruby/setup-ruby@v1
53
with:
54
ruby-version: ${{ matrix.ruby }}
55
bundler-cache: true
56
- cache-version: ${{ matrix.os == 'macos-latest' && 1 || 0 }}
57
- name: Test
58
run: bundle exec rake
0 commit comments