Change the copy
This commit is contained in:
parent
bb63cfd178
commit
23b1cf4703
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -31,10 +31,12 @@ jobs:
|
|||||||
cd bass
|
cd bass
|
||||||
curl http://www.un4seen.com/files/bass24.zip -o bass.zip
|
curl http://www.un4seen.com/files/bass24.zip -o bass.zip
|
||||||
unzip bass.zip
|
unzip bass.zip
|
||||||
cp bass.dll c/bass.lib ../lib
|
cp bass.dll ../lib
|
||||||
|
cp ./c/bass.lib ../lib
|
||||||
curl http://www.un4seen.com/files/bassopus24.zip -o bassopus.zip
|
curl http://www.un4seen.com/files/bassopus24.zip -o bassopus.zip
|
||||||
unzip bassopus.zip
|
unzip bassopus.zip
|
||||||
cp bassopus.dll c/bassopus.lib ../lib
|
cp bassopus.dll ../lib
|
||||||
|
cp ./c/bassopus.lib ../lib
|
||||||
|
|
||||||
- name: Cache Qt
|
- name: Cache Qt
|
||||||
id: cache-qt
|
id: cache-qt
|
||||||
|
Loading…
Reference in New Issue
Block a user