Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jul 22, 2024
1 parent 649c157 commit 3f8b44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ jobs:
--enable-gpl \
--enable-libx264 \
--enable-pic
make -j$(nproc)
make -j$(sysctl -n hw.logicalcpu)
make install
cd build/lib/
cp ~/x264_prebuilt/lib/libx264.a .
Expand Down

0 comments on commit 3f8b44c

Please sign in to comment.