mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
DEV: Workaround for licensed gem incompatibility with latest Bundler (#17704)
This commit is contained in:
@@ -45,7 +45,10 @@ jobs:
|
||||
|
||||
- name: Setup licensed
|
||||
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
|
||||
id: yarn-cache-dir
|
||||
|
||||
Reference in New Issue
Block a user