Remove zombie lock file in Windows release build workflow

This commit is contained in:
mr. M
2025-03-07 15:29:59 +01:00
parent 1b0c3a5d9a
commit d8265d4513

View File

@@ -45,6 +45,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: