Skip to content

Commit 56ff5eb

Browse files
committed
fx
1 parent 994b258 commit 56ff5eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ jobs:
309309
run: make -C lib/cbmc/src minisat2-download
310310
- name: Build with make
311311
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
312314
- name: print version number via node.js
313315
run: |
314316
node --version

0 commit comments

Comments
 (0)