File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -123,16 +123,7 @@ jobs:
123
123
- uses : ruby/setup-ruby@v1
124
124
with :
125
125
ruby-version : ${{ matrix.ruby }}
126
- bundler-cache : false
127
-
128
- # FIXME: setup-go installs cache in `vendor/` and setup-ruby installs cache in `vendor/bundle/`
129
- # If we use the cache in setup-go and setup-ruby at the same time, this doesn't work well because they use the same directory.
130
- # Therefore, the installation location needs to be changed from the setup-ruby default.
131
- - name : bundle install
132
- run : |
133
- set -xe
134
- bundle config --local path ruby-vendor/bundle
135
- bundle install --jobs 4
126
+ bundler-cache : true
136
127
137
128
- name : export CGO_CFLAGS for golangci-lint
138
129
run : bundle exec rake go:build_envs[CGO_CFLAGS] >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments