From d8384307ce21a5097fa3d5181b0eef33a7c3053b Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 28 Aug 2019 17:35:18 -0400 Subject: [PATCH] Use Licensed without Ruby --- .github/workflows/licensed.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 4820edc..e89a3e0 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -11,7 +11,9 @@ jobs: name: Check licenses steps: - uses: actions/checkout@v1.0.0 - - uses: actions/setup-ruby@v1.0.2 - with: {ruby-version: 2.x} - - run: gem install licensed + - run: |- + cd /tmp + curl -fs https://github.com/github/licensed/releases/download/2.3.2/licensed-2.3.2-linux-x64.tar.gz + tar -xzfv licensed-2.3.2-linux-x64.tar.gz + sudo mv licensed-2.3.2-linux-x64/licensed /usr/local/bin/licensed - run: licensed status