Skip to content

Commit 1e1f4d5

Browse files
committed
fixup! DEBUG with tmate
Let's now debug `documentation`. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 3d35e15 commit 1e1f4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
concurrency:
2626
group: windows-meson-build-${{ github.ref }}
2727
steps:
28-
- uses: mxschmitt/action-tmate/detached@v3
2928
- uses: actions/checkout@v5
3029
- uses: actions/setup-python@v6
3130
- name: Set up dependencies
@@ -51,6 +50,7 @@ jobs:
5150
CI_JOB_IMAGE: ubuntu-latest
5251
runs-on: ubuntu-latest
5352
steps:
53+
- uses: mxschmitt/action-tmate/detached@v3
5454
- uses: actions/checkout@v5
5555
- run: ci/install-dependencies.sh
5656
- run: ci/test-documentation.sh

0 commit comments

Comments
 (0)