install bash & curl as requirement

This commit is contained in:
timokluser-dev
2023-09-22 21:19:10 +02:00
parent 415de11a2a
commit 19b3d9969d

View File

@@ -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