Skip to content

Commit 922602d

Browse files
committed
Adjust github actions
1 parent 30cff40 commit 922602d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- 2.7
1313
- 3.0
1414
- ruby-head
15-
- ruby-head-clang
1615
- jruby-9.1
1716
- jruby-head
1817
name: Ruby ${{ matrix.ruby-version }} sample
@@ -21,7 +20,7 @@ jobs:
2120
- uses: ruby/setup-ruby@v1
2221
with:
2322
ruby-version: ${{ matrix.ruby-version }}
24-
bundler-cache: true
23+
# bundler-cache: true
2524
- env:
2625
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}
2726
run: bundle exec rake spec

0 commit comments

Comments
 (0)