Skip to content

Commit

Permalink
Remove cmake from macos CI brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewol committed Apr 12, 2021
1 parent f15cec6 commit 5284dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: brew update
run: brew update
- name: Install packages
run: brew install cmake freetype libvorbis sdl2 libpng jpeg libarchive
run: brew install freetype libvorbis sdl2 libpng jpeg libarchive
- name: cmake
run: cmake . -DLibArchive_LIBRARY=/usr/local/opt/libarchive/lib/libarchive.dylib -DLibArchive_INCLUDE_DIR=/usr/local/opt/libarchive/include -DCMAKE_BUILD_TYPE=Release
- name: make
Expand Down

0 comments on commit 5284dcc

Please sign in to comment.