We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb990a9 commit ef1d915Copy full SHA for ef1d915
.github/workflows/ci.yml
@@ -120,10 +120,6 @@ jobs:
120
- name: Install packages
121
if: (runner.os == 'Linux') && (matrix.packages != '')
122
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
127
- name: Restore cache
128
uses: actions/cache@v4
129
with:
@@ -136,6 +132,10 @@ jobs:
136
132
${{ runner.os }}-${{ env.COMPILER }}-
137
133
- name: build_dependencies
138
134
run: './ci/build_dependencies.sh'
135
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
+ with:
+ limit-access-to-actor: false
139
- name: compile and test
140
run: './ci/compile_test.sh'
141
0 commit comments