We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780b333 commit 43bb0f2Copy full SHA for 43bb0f2
.github/workflows/main.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: prepare libc6 for actions
41
if: matrix.vector.jobname == 'linux32'
42
run: apt -q update && apt -q -y install libc6-amd64 lib64stdc++6
43
+ - uses: mxschmitt/action-tmate/detached@v3
44
- name: install git in container
45
run: |
46
if command -v git
0 commit comments