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 20ad69c commit cd9ff70Copy full SHA for cd9ff70
.github/workflows/main.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: prepare libc6 for actions
40
if: matrix.vector.jobname == 'linux32'
41
run: apt -q update && apt -q -y install libc6-amd64 lib64stdc++6
42
+ - uses: mxschmitt/action-tmate/detached@v3
43
- uses: actions/checkout@v4
44
- run: ci/install-dependencies.sh
45
- run: useradd builder --create-home
0 commit comments