mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
builds mac: add pkgconfig
This commit is contained in:
parent
9648072bfe
commit
4f19fd58c8
4
.github/workflows/cmake-mac.yml
vendored
4
.github/workflows/cmake-mac.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install autoconf automake cmake ffmpeg jansson libao libvorbis mpg123
|
||||
run: brew install autoconf automake cmake pkgconfig ffmpeg jansson libao libvorbis mpg123
|
||||
|
||||
- name: Cache celt
|
||||
uses: actions/cache@v3
|
||||
@ -62,8 +62,6 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
UPLOADER_GITHUB_TOKEN: ${{ secrets.UPLOADER_GITHUB_TOKEN }}
|
||||
# tar cvfz vgmstream-linux-123.tar.gz -C ./build/cli vgmstream123
|
||||
# tar cvfz vgmstream-linux-audacious.tar.gz -C ./build/audacious vgmstream.so
|
||||
run: |
|
||||
tar cvfz vgmstream-mac-cli.tar.gz -C ./build/cli vgmstream-cli
|
||||
python3 .github/uploader.py vgmstream-mac-cli.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user