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 8dfbd45 commit a67beceCopy full SHA for a67bece
.github/workflows/ci-artifacts.yml
@@ -84,9 +84,9 @@ jobs:
84
85
# Print SSH invocation
86
tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}'
87
- - name: clone git-for-windows/git's `t0060-vs-clangarm64`
88
- run: git clone --depth=1 --branch t0060-vs-clangarm64 https://github.com/git-for-windows/git ..\git
89
- - name: build current `t0060-vs-clangarm64` of git-for-windows/git
+ - name: clone git-for-windows/git's `t0060-and-t6700-vs-clangarm64`
+ run: git clone --depth=1 --branch t0060-and-t6700-vs-clangarm64 https://github.com/git-for-windows/git ..\git
+ - name: build current `t0060-and-t6700-vs-clangarm64` of git-for-windows/git
90
shell: bash
91
run: |
92
set -x
0 commit comments