From fce56a1d25e67485c3fedf4bd736f61d8e0ee7b2 Mon Sep 17 00:00:00 2001 From: siuze Date: Mon, 19 Feb 2024 01:15:23 +0800 Subject: [PATCH] Update macos-build.yml --- .github/workflows/macos-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 144a345aba..cb8ed76c90 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -59,13 +59,14 @@ jobs: ./bootstrap.sh ./b2 headers popd - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 + # - name: Setup tmate session + # uses: mxschmitt/action-tmate@v3 - name: Install Boost if: steps.cache-boost.outputs.cache-hit != 'true' run: ./install-boost.sh - name: Check submodules + if: always() run: git submodule > submodule-status - name: Cache dependencies