Commit 31ec0588 authored by Nanahira's avatar Nanahira Committed by GitHub

Use miniaudio 0.11.23

It worked fine on macOS, but other platforms to be tested
parent ca952790
......@@ -120,7 +120,7 @@ jobs:
- name: Download miniaudio
if: matrix.audiolib == 'miniaudio'
run: |
git clone --depth=1 https://github.com/mercury233/miniaudio
git clone --depth=1 -b 0.11.23 https://github.com/mackron/miniaudio
cd miniaudio
xcopy /Y extras\miniaudio_split\miniaudio.* .
cd ..
......@@ -367,7 +367,7 @@ jobs:
- name: Download miniaudio
run: |
git clone --depth=1 https://github.com/mercury233/miniaudio
git clone --depth=1 -b 0.11.23 https://github.com/mackron/miniaudio
cd miniaudio
cp extras/miniaudio_split/miniaudio.* .
cd ..
......@@ -590,7 +590,7 @@ jobs:
- name: Download miniaudio
run: |
git clone --depth=1 https://github.com/mercury233/miniaudio
git clone --depth=1 -b 0.11.23 https://github.com/mackron/miniaudio
cd miniaudio
cp extras/miniaudio_split/miniaudio.* .
cd ..
......
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