Skip to content

Commit

Permalink
fixup! ci: run Git's entire test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Jan 24, 2025
1 parent b3ca7ff commit cb73508
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ jobs:
shell: bash
run: |
set -x &&
case "$MSYS2_RUNTIME_ARTIFACT_URL" in
https://github.com/*/actions/runs/[0-9]*/artifacts/[0-9]*)
MSYS2_RUNTIME_ARTIFACT_URL="$(echo "$MSYS2_RUNTIME_ARTIFACT_URL" |
sed 's|^\(https://\)\(github.com/\)\(.*/actions/\)runs/[0-9]*/\(artifacts/[0-9]*\)$|\1api.\2repos/\3\4/zip|')"
;;
esac
curl -H "Authorization: token ${{secrets.GITHUB_TOKEN}}" \
-fLo msys2-runtime.zip "$MSYS2_RUNTIME_ARTIFACT_URL" &&
ls -lart &&
mkdir minimal-sdk &&
cd minimal-sdk &&
tar xzf ../git-sdk-x86_64-minimal.tar.gz &&
Expand Down

0 comments on commit cb73508

Please sign in to comment.