diff --git a/.gitea/workflows/sample.yaml b/.gitea/workflows/sample.yaml index c537381..138a9d3 100644 --- a/.gitea/workflows/sample.yaml +++ b/.gitea/workflows/sample.yaml @@ -22,7 +22,9 @@ jobs: steps: - name: Install weasyprint run: | - sudo apt update && sudo apt install weasyprint -y + sudo apt-get update + sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip libpango-1.0-0 libpangoft2-1.0-0 + pip3 install weasyprint - name: Convert to pdf run: | weasyprint generated_resume.html resume.pdf