Skip to content

Commit

Permalink
🐞 fix: Fix zlib path
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Aug 24, 2024
1 parent 5d0b56b commit b4de2ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Build MediaInfoLib
run: |
cd ..
git clone https://github.com/MediaArea/MediaInfoLib.git
git clone https://github.com/caoccao/MediaInfoLib.git
cd MediaInfoLib/Project/GNU/Library
./autogen.sh
./configure --enable-static
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
move zlib-1.3.1 zlib
del zlib.zip
cd zlib
cmake -A x64 .
md build
cd build
cmake -A x64 ..\
cmake --build . --config Release
- name: Download ZenLib
Expand All @@ -67,7 +69,7 @@ jobs:
- name: Build MediaInfoLib
run: |
cd ..
git clone https://github.com/MediaArea/MediaInfoLib.git
git clone https://github.com/caoccao/MediaInfoLib.git
cd MediaInfoLib\Project\MSVC2022
msbuild MediaInfoLib.sln -t:rebuild -verbosity:diag -property:Configuration=Release
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```sh
git clone https://github.com/caoccao/BetterMediaInfo.git
git clone https://github.com/MediaArea/MediaInfoLib.git
git clone https://github.com/caoccao/MediaInfoLib.git
git clone https://github.com/MediaArea/ZenLib.git
```

Expand Down

0 comments on commit b4de2ac

Please sign in to comment.