Install tools into RUNNER_TEMP/.setup-elixir

This commit is contained in:
Jonathan Clem
2020-05-18 16:38:30 -04:00
parent 413f332871
commit c1e55db782
8 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- run: npm ci
- name: Install licensed
run: |-
cd /tmp
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.9.2/licensed-2.9.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed