DEV: Workaround for licensed gem incompatibility with latest Bundler (#17704)

This commit is contained in:
Gerhard Schlager 2022-07-28 12:26:24 +02:00 committed by GitHub
parent 9efeaf2ae3
commit 010bb20f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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