We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ca7ff commit cb73508Copy full SHA for cb73508
.github/workflows/build.yaml
@@ -87,16 +87,6 @@ jobs:
87
shell: bash
88
run: |
89
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 &&
100
mkdir minimal-sdk &&
101
cd minimal-sdk &&
102
tar xzf ../git-sdk-x86_64-minimal.tar.gz &&
0 commit comments