Skip to content

Commit

Permalink
Fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 2, 2024
1 parent 5031ada commit a9d746e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cd build
cmake -D ENABLE_MPEG=0 -D ENABLE_TESTING=0 -D BUILD_SHARED_LIBS=0 -D BUILD_REGTEST=0 -D BUILD_PROGRAMS=0 -D BUILD_TESTING=0 -D BUILD_EXAMPLES=0 ..
make
make install
sudo make install
- name: Install libid3tag
if: ${{matrix.os == 'macos-latest' && matrix.linkage == 'static'}}
Expand All @@ -71,7 +71,7 @@ jobs:
cd libid3tag-0.15.1b
./configure --enable-static
make
make install
sudo make install
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
Expand Down

0 comments on commit a9d746e

Please sign in to comment.