Skip to content

Commit 675866c

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/innocuous-test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- shell: bash
12-
run: echo Hello
11+
- name: Clone build-extra
12+
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; }

0 commit comments

Comments
 (0)