We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cff40 commit 922602dCopy full SHA for 922602d
1 file changed
.github/workflows/main.yml
@@ -12,7 +12,6 @@ jobs:
12
- 2.7
13
- 3.0
14
- ruby-head
15
- - ruby-head-clang
16
- jruby-9.1
17
- jruby-head
18
name: Ruby ${{ matrix.ruby-version }} sample
@@ -21,7 +20,7 @@ jobs:
21
20
- uses: ruby/setup-ruby@v1
22
with:
23
ruby-version: ${{ matrix.ruby-version }}
24
- bundler-cache: true
+# bundler-cache: true
25
- env:
26
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}
27
run: bundle exec rake spec
0 commit comments