Skip to content

Commit cb73508

Browse files
committed
fixup! ci: run Git's entire test suite
1 parent b3ca7ff commit cb73508

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,6 @@ jobs:
8787
shell: bash
8888
run: |
8989
set -x &&
90-
case "$MSYS2_RUNTIME_ARTIFACT_URL" in
91-
https://github.com/*/actions/runs/[0-9]*/artifacts/[0-9]*)
92-
MSYS2_RUNTIME_ARTIFACT_URL="$(echo "$MSYS2_RUNTIME_ARTIFACT_URL" |
93-
sed 's|^\(https://\)\(github.com/\)\(.*/actions/\)runs/[0-9]*/\(artifacts/[0-9]*\)$|\1api.\2repos/\3\4/zip|')"
94-
;;
95-
esac
96-
97-
curl -H "Authorization: token ${{secrets.GITHUB_TOKEN}}" \
98-
-fLo msys2-runtime.zip "$MSYS2_RUNTIME_ARTIFACT_URL" &&
99-
ls -lart &&
10090
mkdir minimal-sdk &&
10191
cd minimal-sdk &&
10292
tar xzf ../git-sdk-x86_64-minimal.tar.gz &&

0 commit comments

Comments
 (0)