diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 708c4ba7..31f923ed 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -17,7 +17,9 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: install - run: npm ci + run: | + apk add --no-cache bash curl + npm ci - name: generate run: npm run grab -- --site=tv.blue.ch --lang=de --days=7 --output=dist/guide.xml - name: upload artifact