diff --git a/.gitea/workflows/homelab-main.yml b/.gitea/workflows/homelab-main.yml index 7b3d9ee..1ec4b4b 100644 --- a/.gitea/workflows/homelab-main.yml +++ b/.gitea/workflows/homelab-main.yml @@ -14,7 +14,10 @@ jobs: - name: Install Node.js and Python deps run: | set -e - apt-get update && apt-get install -y nodejs npm python3-yaml + apt-get update + apt-get install -y --fix-missing python3-yaml + curl -fsSL https://deb.nodesource.com/setup_18.x | bash - + apt-get install -y nodejs - name: Check out repository run: | set -e @@ -34,7 +37,10 @@ jobs: - name: Install Node.js and Python deps run: | set -e - apt-get update && apt-get install -y nodejs npm python3-yaml + apt-get update + apt-get install -y --fix-missing python3-yaml + curl -fsSL https://deb.nodesource.com/setup_18.x | bash - + apt-get install -y nodejs - name: Check out repository run: | set -e