Update workflow
dR export statistics / Compile (push) Failing after 33s

This commit is contained in:
2024-11-23 20:09:06 +01:00
parent f58c0cc407
commit f780447eb1
+4 -1
View File
@@ -14,5 +14,8 @@ jobs:
- run: echo "Install dependencies."
- run: apt update
- run: apt install python3 python3-pip python3-venv make -y
- run: make
- run: make > build_output.txt
- run: echo "This job's status is ${{ job.status }}."
- run: git add .
- run: git commit -a -m "Update export statistics"
- run: git push