This commit is contained in:
@@ -13,11 +13,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up and Install Dependencies
|
- 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: |
|
run: |
|
||||||
apt update && apt install gcc
|
apt update && apt install gcc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user