Skip to content

Commit

Permalink
Merge pull request #3085 from dennisameling/remove-gcm-core-workaround
Browse files Browse the repository at this point in the history
git-artifacts: Update ARM64 GCM Core workaround
  • Loading branch information
dscho authored Mar 10, 2021
2 parents 964fdfa + efa8abe commit de8defe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ jobs:
if: matrix.arch.arm64 == true
shell: bash
run: |
printf '%s\n' '#!/bin/sh' 'exec /mingw32/libexec/git-core/git-credential-manager-core.exe "$@"' > arm64/bin/git-credential-manager-core
chmod +x arm64/bin/git-credential-manager-core
printf '%s\n' '#!/bin/sh' 'exec /mingw32/libexec/git-core/git-credential-manager-core.exe "$@"' > arm64/libexec/git-core/git-credential-manager-core
chmod +x arm64/libexec/git-core/git-credential-manager-core
- name: Clone and update build-extra
if: env.SKIP != 'true'
shell: bash
Expand Down

0 comments on commit de8defe

Please sign in to comment.