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 994b258 commit 56ff5ebCopy full SHA for 56ff5eb
.github/workflows/pull-request-checks.yaml
@@ -309,6 +309,8 @@ jobs:
309
run: make -C lib/cbmc/src minisat2-download
310
- name: Build with make
311
run: make -C src -j4 CXX="ccache emcc" HOSTCXX="ccache g++" BUILD_ENV=Unix LINKLIB="emar rc \$@ \$^" AR="emar" EXEEXT=".html"
312
+ - name: Setup tmate session
313
+ uses: mxschmitt/action-tmate@v3
314
- name: print version number via node.js
315
run: |
316
node --version
0 commit comments