We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7068b6a commit 2ab3bb2Copy full SHA for 2ab3bb2
.github/workflows/ci.yml
@@ -130,12 +130,12 @@ jobs:
130
restore-keys: |
131
${{ runner.os }}-${{ env.COMPILER }}-${{ env.BUILD_TYPE }}-
132
${{ runner.os }}-${{ env.COMPILER }}-
133
- - name: build_dependencies
134
- run: './ci/build_dependencies.sh'
135
- name: Setup tmate session
136
uses: mxschmitt/action-tmate@v3
137
with:
138
limit-access-to-actor: false
+ - name: build_dependencies
+ run: './ci/build_dependencies.sh'
139
- name: compile and test
140
run: './ci/compile_test.sh'
141
0 commit comments