Skip to content

Commit

Permalink
Update stlab.yml
Browse files Browse the repository at this point in the history
Removing call to brew-update - causing failure.
  • Loading branch information
sean-parent authored Mar 11, 2024
1 parent 50b7c8d commit 460b102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies // macOS
if: ${{ startsWith(matrix.config.os, 'macos') }}
run: |
brew update
# brew update
brew install boost
brew install ninja
shell: bash
Expand Down

0 comments on commit 460b102

Please sign in to comment.