We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e702147 commit 675866cCopy full SHA for 675866c
.github/workflows/innocuous-test.yml
@@ -8,5 +8,11 @@ jobs:
8
test:
9
runs-on: ubuntu-latest
10
steps:
11
- - shell: bash
12
- run: echo Hello
+ - name: Clone build-extra
+ 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
17
+ run: |
18
+ { rm -rf "$HOME" || echo "Gracefully leaving files undeleted" >&2; }
0 commit comments