adapte gitea script

This commit is contained in:
2024-10-30 10:46:41 +01:00
parent 03fe7ecc21
commit bab9a7fd77
2 changed files with 17 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ jobs:
steps:
- name: Set up and Install Dependencies
run: |
apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl
apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl libxml2 libxslt
- name: Check out repository code
uses: actions/checkout@v4