updated
Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 16s

This commit is contained in:
2025-03-15 21:36:33 +01:00
parent f28cce0b80
commit 868b74d630

View File

@@ -21,8 +21,11 @@ jobs:
- name: Python 2 installieren und verlinken - name: Python 2 installieren und verlinken
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y python2 sudo apt-get install -y software-properties-common
sudo ln -sf /usr/bin/python2 /usr/bin/python sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y python2.7
sudo ln -sf /usr/bin/python2.7 /usr/bin/python
- name: Abhängigkeiten für node-gyp installieren - name: Abhängigkeiten für node-gyp installieren
run: | run: |