.gitea/workflows/run.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Falko Victor Habel 2024-10-31 17:09:16 +00:00
parent 02eb366eba
commit 1ccc530b56
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y python3-tk
# Install UI dependencies
- name: Install Tkinter dependencies
run: |
sudo apt-get update
sudo apt-get install -y xvfb python3-tk
# Install dependencies
- name: Install dependencies
run: |