Skip to content

Commit

Permalink
Update stlab.yml
Browse files Browse the repository at this point in the history
Trying to fix macos build. Boost failing to install? Trying an older version.
  • Loading branch information
sean-parent authored Mar 11, 2024
1 parent 460b102 commit dd2d49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Install dependencies // macOS
if: ${{ startsWith(matrix.config.os, 'macos') }}
run: |
# brew update
brew install boost
brew update
brew install boost 1.83.0
brew install ninja
shell: bash

Expand Down

0 comments on commit dd2d49a

Please sign in to comment.