We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9269407 + 03c7dfc commit fc3bfd4Copy full SHA for fc3bfd4
.github/workflows/check-go-dependencies-task.yml
@@ -69,6 +69,12 @@ jobs:
69
with:
70
submodules: recursive
71
72
+ # This is required to allow jonabc/setup-licensed to install licensed via Ruby gem.
73
+ - name: Install Ruby
74
+ uses: ruby/setup-ruby@v1
75
+ with:
76
+ ruby-version: ruby # Install latest version
77
+
78
- name: Install licensed
79
uses: jonabc/setup-licensed@v1
80
@@ -119,6 +125,12 @@ jobs:
119
125
120
126
121
127
128
129
130
131
132
133
122
134
123
135
124
136
0 commit comments