Update action.yml

This commit is contained in:
Igor Pečovnik
2022-08-17 20:25:12 +02:00
committed by GitHub
parent cab68f6218
commit 39d4bb9a17

View File

@@ -19,6 +19,5 @@ runs:
sudo apt -y update
sudo apt -y install npm nodejs
sudo npm install json --global || true
truncate targets-present.txt targets-boards.txt --size=0 || true
cd cache
gh release view $(gh release list | awk '{print $1}' | head -1) --json assets 2>/dev/null | python3 -mjson.tool | sed '1,2d;$d'