Skip to content

Commit 4842189

Browse files
committed
git-artifacts: Remove ARM64 GCM Core workaround
We have moved and improved this logic to `build-extra` in git-for-windows/build-extra#331 Signed-off-by: Dennis Ameling <[email protected]>
1 parent 4321276 commit 4842189

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,6 @@ jobs:
387387
with:
388388
name: arm64-artifacts
389389
path: ${{github.workspace}}/arm64
390-
# Workaround for Git Credential Manager Core on ARM64: https://github.com/git-for-windows/git/issues/3015
391-
- name: Create git-credential-manager-core wrapper for ARM64
392-
if: matrix.arch.arm64 == true
393-
shell: bash
394-
run: |
395-
printf '%s\n' '#!/bin/sh' 'exec /mingw32/libexec/git-core/git-credential-manager-core.exe "$@"' > arm64/bin/git-credential-manager-core
396-
chmod +x arm64/bin/git-credential-manager-core
397390
- name: Clone and update build-extra
398391
if: env.SKIP != 'true'
399392
shell: bash

0 commit comments

Comments
 (0)