Skip to content

Commit a67bece

Browse files
committed
fixup! TEMPORARILY switch to a development branch
It was not only t0060, but also t6700 that failed. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8dfbd45 commit a67bece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
8585
# Print SSH invocation
8686
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
87+
- name: clone git-for-windows/git's `t0060-and-t6700-vs-clangarm64`
88+
run: git clone --depth=1 --branch t0060-and-t6700-vs-clangarm64 https://github.com/git-for-windows/git ..\git
89+
- name: build current `t0060-and-t6700-vs-clangarm64` of git-for-windows/git
9090
shell: bash
9191
run: |
9292
set -x

0 commit comments

Comments
 (0)