mirror of
https://code.forgejo.org/forgejo/download-artifact.git
synced 2026-02-27 16:41:59 +00:00
Update licensed workflow to cache dependencies before status check
This commit is contained in:
parent
1a965d5855
commit
c69518956c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/licensed.yml
vendored
1
.github/workflows/licensed.yml
vendored
|
|
@ -21,4 +21,5 @@ jobs:
|
||||||
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
|
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
|
||||||
sudo tar -xzf licensed.tar.gz
|
sudo tar -xzf licensed.tar.gz
|
||||||
sudo mv licensed /usr/local/bin/licensed
|
sudo mv licensed /usr/local/bin/licensed
|
||||||
|
- run: licensed cache
|
||||||
- run: licensed status
|
- run: licensed status
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue