Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvigee committed Apr 7, 2024
1 parent 8072f8f commit 8d8d6a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ jobs:
run: |
rm -rf .heph/cache/test
# - name: Setup tmate session
# if: ${{ failure() }}
# run: |
# curl -L https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz | tar -xJ --strip-components 1
# ./tmate -F
- name: Setup tmate session
if: ${{ failure() }}
run: |
curl -L https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz | tar -xJ --strip-components 1
./tmate -F

0 comments on commit 8d8d6a3

Please sign in to comment.