Skip to content

Commit 7068b6a

Browse files
committed
debug with tmate
1 parent 036e101 commit 7068b6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ jobs:
132132
${{ runner.os }}-${{ env.COMPILER }}-
133133
- name: build_dependencies
134134
run: './ci/build_dependencies.sh'
135-
# - name: Setup tmate session
136-
# uses: mxschmitt/action-tmate@v3
137-
# with:
138-
# limit-access-to-actor: false
135+
- name: Setup tmate session
136+
uses: mxschmitt/action-tmate@v3
137+
with:
138+
limit-access-to-actor: false
139139
- name: compile and test
140140
run: './ci/compile_test.sh'
141141

0 commit comments

Comments
 (0)