We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 54f3c4c + 260d064 commit 8a6f784Copy full SHA for 8a6f784
.github/workflows/check-go-dependencies-task.yml
@@ -69,6 +69,12 @@ jobs:
69
with:
70
submodules: recursive
71
72
+ # This is required to allow licensee/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: licensee/setup-licensed@v1.3.2
80
@@ -120,6 +126,12 @@ jobs:
120
126
121
127
122
128
129
130
131
132
133
134
123
135
124
136
125
137
0 commit comments