Skip to content

Commit 568e4a5

Browse files
committed
DEBUG: another attempt
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 675866c commit 568e4a5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/innocuous-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,4 @@ jobs:
1010
steps:
1111
- name: Clone build-extra
1212
shell: bash
13-
run: git clone --depth 1 --single-branch -b main https://github.com/git-for-windows/build-extra /usr/src/build-extra
14-
- name: Clean up temporary files
15-
if: always()
16-
shell: bash
17-
run: |
18-
{ rm -rf "$HOME" || echo "Gracefully leaving files undeleted" >&2; }
13+
run: git clone --depth 1 --single-branch -b main https://github.com/git-for-windows/build-extra /usr/src/build-extra

0 commit comments

Comments
 (0)