Commit 18113b63 authored by mercury233's avatar mercury233

test

parent 33da1d56
......@@ -93,7 +93,7 @@ jobs:
- name: Download miniaudio
shell: bash
run: |
git clone https://github.com/mackron/miniaudio -b 0.11.22 --depth=1
git clone --depth=1 --branch 0.11.22 https://github.com/mackron/miniaudio
cd miniaudio
cp extras/miniaudio_split/* .
cp extras/decoders/libopus/* .
......@@ -269,7 +269,7 @@ jobs:
- name: Download miniaudio
run: |
git clone https://github.com/mackron/miniaudio -b 0.11.22 --depth=1
git clone --depth=1 --branch 0.11.22 https://github.com/mackron/miniaudio
cd miniaudio
cp extras/miniaudio_split/* .
cp extras/decoders/libopus/* .
......@@ -368,7 +368,7 @@ jobs:
- name: Download miniaudio
run: |
git clone https://github.com/mackron/miniaudio -b 0.11.22 --depth=1
git clone --depth=1 --branch 0.11.22 https://github.com/mackron/miniaudio
cd miniaudio
cp extras/miniaudio_split/* .
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