Skip to content

Commit 93923d2

Browse files
committed
fixup! TO-DROP: build and test on Windows/ARM64
D'oh. Also need to use the aarch64 flavor of the Git SDK for the tests... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent db28d14 commit 93923d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
shell: bash
116116
run: tar xf artifacts.tar.gz && tar xf tracked.tar.gz
117117
- uses: git-for-windows/setup-git-for-windows-sdk@v1
118+
with:
119+
architecture: aarch64
118120
- name: test
119121
shell: bash
120122
run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10

0 commit comments

Comments
 (0)