Skip to content

Commit

Permalink
Update macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siuze committed Feb 18, 2024
1 parent 49fe060 commit fce56a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fce56a1

Please sign in to comment.