diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 3590ccba6d..144a345aba 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -59,7 +59,8 @@ jobs: ./bootstrap.sh ./b2 headers popd - + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Install Boost if: steps.cache-boost.outputs.cache-hit != 'true' run: ./install-boost.sh