Add curl package and install nodejs
All checks were successful
Actions Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m56s

This commit is contained in:
Alex Borisov 2024-01-29 20:53:08 +03:00
parent bcf390e7bc
commit 59ecf648f1

View File

@ -7,7 +7,10 @@ jobs:
runs-on: soaska
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs
- name: Install required packages
run: |
apk add --no-cache curl
apk add --no-cache nodejs
- name: Check out repository code
uses: actions/checkout@v3
- name: List files in the repository