Fix CI: override working-directory for pre-checkout apt-get step
CI / lint-and-test (push) Failing after 1m14s
CI / lint-and-test (push) Failing after 1m14s
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install git
|
||||
working-directory: /
|
||||
run: apt-get update && apt-get install -y git
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user