Skip to content

Commit

Permalink
macos-ci.yml: brew install boost explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Dec 2, 2023
1 parent d89d3ad commit 30e2f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
check-latest: true

- name: Install dependencies using homebrew
run: brew install boost-python3 gtk+3 gtkglext sdl
run: brew install boost boost-python3 gtk+3 gtkglext sdl

# The following Apple-provided libraries are deprecated:
# * OpenGL as of macOS 10.14
Expand Down

0 comments on commit 30e2f66

Please sign in to comment.