This commit is contained in:
2024-10-30 12:51:05 +01:00
parent cdaedf8773
commit 67d7460db5

View File

@@ -11,11 +11,16 @@ jobs:
if: github.actor != 'github-actions[bot]'
runs-on: self-hosted
container:
image: alpine:latest
image: ubuntu:latest
steps:
- name: Set up and Install Dependencies
'''
run: |
apk update && apk add --no-cache mariadb-connector-c-dev gcc g++ libxslt-dev python-dev musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev py3-lxml
'''
run: |
apt update && apt install gcc
- name: Check out repository code
uses: actions/checkout@v4