diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2ec28f8..f9393a1 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Install APT dependencies run: | - apt update -y && apt install -y + apt update -y && apt install -y \ git \ nodejs \ libglib2.0-0 \