Skip to content

Commit

Permalink
Fix macOS compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoLuis0 committed Aug 30, 2024
1 parent 9f7d563 commit 237c3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:

- name: macOS
os: macos-12
deps_cmdline: brew install libvpx webp
deps_cmdline: brew install libvpx webp libpng
build_type: Release

- name: macOS
os: macos-12
extra_options: -G Xcode -DDYN_OPENAL=OFF
deps_cmdline: brew install libvpx webp
deps_cmdline: brew install libvpx webp libpng
build_type: Debug

- name: Linux GCC 9
Expand Down

0 comments on commit 237c3bf

Please sign in to comment.