Skip to content

Commit ef1d915

Browse files
committed
debug osx2
1 parent cb990a9 commit ef1d915

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
@@ -120,10 +120,6 @@ jobs:
120120
- name: Install packages
121121
if: (runner.os == 'Linux') && (matrix.packages != '')
122122
run: sudo apt-get install ${{ matrix.packages }}
123-
- name: Setup tmate session
124-
uses: mxschmitt/action-tmate@v3
125-
with:
126-
limit-access-to-actor: false
127123
- name: Restore cache
128124
uses: actions/cache@v4
129125
with:
@@ -136,6 +132,10 @@ jobs:
136132
${{ runner.os }}-${{ env.COMPILER }}-
137133
- name: build_dependencies
138134
run: './ci/build_dependencies.sh'
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)