re-enable install dependencies
Some checks failed
Build and Push Docker Image / build (push) Failing after 59s
Some checks failed
Build and Push Docker Image / build (push) Failing after 59s
This commit is contained in:
@@ -12,9 +12,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine: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