DEV: Workaround for licensed gem incompatibility with latest Bundler (#17704)
This commit is contained in:
parent
9efeaf2ae3
commit
010bb20f53
|
@ -45,7 +45,10 @@ jobs:
|
||||||
|
|
||||||
- name: Setup licensed
|
- name: Setup licensed
|
||||||
run: |
|
run: |
|
||||||
gem install licensed
|
# gem install licensed
|
||||||
|
# Workaround for https://github.com/github/licensed/issues/521
|
||||||
|
gem install specific_install
|
||||||
|
gem specific_install https://github.com/CvX/licensed.git -b bundler-compat
|
||||||
|
|
||||||
- name: Get yarn cache directory
|
- name: Get yarn cache directory
|
||||||
id: yarn-cache-dir
|
id: yarn-cache-dir
|
||||||
|
|
Loading…
Reference in New Issue