Fixed animating split views in

This commit is contained in:
mr. m
2025-03-07 14:07:49 +01:00
parent 39fdda8958
commit 3b86f317d1
2 changed files with 10 additions and 3 deletions

View File

@@ -39,6 +39,10 @@ jobs:
with:
tool-cache: false
# Bug: https://github.com/actions/checkout/issues/1153
- name: Remove zombie lock file
run: rm -f /home/ubuntu/actions-runner/_work/desktop/desktop/.git/modules/l10n/index.lock
- name: Checkout repository
uses: actions/checkout@v4
with: