Skip to content

Commit 28104aa

Browse files
authored
Merge pull request #1151 from per1234/fix-licensed-install
Configure dependency license check workflows to allow "Licensed" install via Gem
2 parents c60b4b0 + 4b5275b commit 28104aa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/check-npm-dependencies-task.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
with:
6868
submodules: recursive
6969

70+
# This is required to allow licensee/setup-licensed to install Licensed via Ruby gem.
71+
- name: Install Ruby
72+
uses: ruby/setup-ruby@v1
73+
with:
74+
ruby-version: ruby # Install latest version
75+
7076
- name: Install licensed
7177
uses: licensee/setup-licensed@v1.3.2
7278
with:
@@ -118,6 +124,12 @@ jobs:
118124
with:
119125
submodules: recursive
120126

127+
# This is required to allow licensee/setup-licensed to install Licensed via Ruby gem.
128+
- name: Install Ruby
129+
uses: ruby/setup-ruby@v1
130+
with:
131+
ruby-version: ruby # Install latest version
132+
121133
- name: Install licensed
122134
uses: licensee/setup-licensed@v1.3.2
123135
with:

0 commit comments

Comments
 (0)