Skip to content

Commit 2ab3bb2

Browse files
committed
debug with tmate2
1 parent 7068b6a commit 2ab3bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ jobs:
130130
restore-keys: |
131131
${{ runner.os }}-${{ env.COMPILER }}-${{ env.BUILD_TYPE }}-
132132
${{ runner.os }}-${{ env.COMPILER }}-
133-
- name: build_dependencies
134-
run: './ci/build_dependencies.sh'
135133
- name: Setup tmate session
136134
uses: mxschmitt/action-tmate@v3
137135
with:
138136
limit-access-to-actor: false
137+
- name: build_dependencies
138+
run: './ci/build_dependencies.sh'
139139
- name: compile and test
140140
run: './ci/compile_test.sh'
141141

0 commit comments

Comments
 (0)