neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Use Licensed without Ruby
d838430 · Jonathan Clem · 2019-08-28 21:35
Files changed
modified
.github/workflows/licensed.yml
+5
−3
@@ -11,7 +11,9 @@ jobs:
| 11 | 11 | name: Check licenses |
| 12 | 12 | steps: |
| 13 | 13 | - uses: actions/checkout@v1.0.0 |
| 14 | − - uses: actions/setup-ruby@v1.0.2 | |
| 15 | − with: {ruby-version: 2.x} | |
| 16 | − - run: gem install licensed | |
| 14 | + - run: |- | |
| 15 | + cd /tmp | |
| 16 | + curl -fs https://github.com/github/licensed/releases/download/2.3.2/licensed-2.3.2-linux-x64.tar.gz | |
| 17 | + tar -xzfv licensed-2.3.2-linux-x64.tar.gz | |
| 18 | + sudo mv licensed-2.3.2-linux-x64/licensed /usr/local/bin/licensed | |
| 17 | 19 | - run: licensed status |
Parents: 7242b20