From 5e0cfbd88479eecfef0677be4735a4ade5aeb06c Mon Sep 17 00:00:00 2001 From: timokluser-dev Date: Sat, 23 Sep 2023 09:59:28 +0200 Subject: [PATCH] install tar as requirement --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index a6389db2..346cc321 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: install run: | - apk add --no-cache bash curl + apk add --no-cache bash curl tar npm ci - name: generate run: npm run grab -- --site=tv.blue.ch --lang=de --days=7 --output=dist/guide.xml