develop #18

Merged
Fabel merged 65 commits from develop into main 2024-12-05 11:16:03 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 1ccc530b56 - Show all commits

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: |