We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9617263 commit 46ae51fCopy full SHA for 46ae51f
.github/workflows/main.yml
@@ -42,6 +42,7 @@ jobs:
42
key: ${{ runner.os }}-sccache-v10-5.3-${{ steps.cache_timestamp.outputs.timestamp }}
43
restore-keys: |
44
${{ runner.os }}-sccache-v10-5.3-
45
+ - uses: mxschmitt/action-tmate@v3
46
- name: Build Linux installable archive
47
run: |
48
./utils/webassembly/ci.sh
0 commit comments