Skip to content

Commit

Permalink
TO-DROP: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 25, 2024
1 parent ef71c49 commit f9407f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-msys2-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
outputs:
git-artifacts-extract-location: ${{ steps.git-artifacts-extract-location.outputs.result }}
steps:
- uses: mxschmitt/action-tmate@v3
with:
detached: true
- name: get latest successful ci-artifacts run
id: ci-artifacts-run-id
uses: actions/github-script@v7
Expand Down Expand Up @@ -66,6 +69,7 @@ jobs:
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-64-minimal.tar.gz &&
Expand Down

0 comments on commit f9407f7

Please sign in to comment.