chore: [no-lint] Fix action runners for blacksmith, b=no-bug, c=workflows

This commit is contained in:
Mr. M
2025-06-20 14:13:23 +02:00
parent 8bc4c97215
commit 5040df2416
4 changed files with 38 additions and 55 deletions

View File

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