This commit is contained in:
@@ -10,11 +10,11 @@ jobs:
|
|||||||
if: github.actor != 'github-actions[bot]'
|
if: github.actor != 'github-actions[bot]'
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: gitea.prod.resk-u.ch/clerc/fedora:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up and Install Dependencies
|
#- name: Set up and Install Dependencies
|
||||||
run: |
|
# 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
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user