added other dependencies
Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 1m22s
Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 1m22s
This commit is contained in:
@@ -13,6 +13,12 @@ jobs:
|
|||||||
- name: Repository auschecken
|
- name: Repository auschecken
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Abhängigkeiten für node-gyp installieren
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y python3 python3-pip build-essential
|
||||||
|
npm install -g node-gyp
|
||||||
|
|
||||||
- name: Node.js einrichten
|
- name: Node.js einrichten
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user