Commit fc183414 authored by mercury233's avatar mercury233

wtf fix

parent 18113b63
...@@ -341,7 +341,7 @@ jobs: ...@@ -341,7 +341,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
brew install freetype libevent libx11 sqlite zlib opus opusfile libvorbis brew install freetype libevent libx11 sqlite opus opusfile libvorbis
- name: Download premake - name: Download premake
id: premake id: premake
...@@ -368,7 +368,8 @@ jobs: ...@@ -368,7 +368,8 @@ jobs:
- name: Download miniaudio - name: Download miniaudio
run: | run: |
git clone --depth=1 --branch 0.11.22 https://github.com/mackron/miniaudio git --version
git clone --depth=1 https://github.com/mackron/miniaudio
cd miniaudio cd miniaudio
cp extras/miniaudio_split/* . cp extras/miniaudio_split/* .
cp extras/decoders/libopus/* . cp extras/decoders/libopus/* .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment