.gitea/workflows/run.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m59s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m59s
Details
This commit is contained in:
parent
812548354e
commit
b996551df2
|
@ -24,7 +24,11 @@ jobs:
|
|||
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
|
||||
# Install Tkinter dependencies
|
||||
- name: Install Tkinter dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-tk
|
||||
# Install dependencies
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue