Fix CI: override working-directory for pre-checkout apt-get step
CI / lint-and-test (push) Failing after 1m14s

This commit is contained in:
2026-05-28 15:19:23 +02:00
parent da0f082b45
commit eea54dd203
+1
View File
@@ -16,6 +16,7 @@ jobs:
steps:
- name: Install git
working-directory: /
run: apt-get update && apt-get install -y git
- uses: actions/checkout@v4