Skip to content

Commit 025626f

Browse files
committed
thanks bass
1 parent 16d5f9b commit 025626f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ jobs:
139139
run: |
140140
curl http://www.un4seen.com/files/bass24-linux.zip -o bass.zip
141141
unzip -d bass -o bass.zip
142-
cp ./bass/bass.h ./lib
142+
cp ./bass/c/bass.h ./lib
143143
cp ./bass/libs/x86_64/libbass.so ./lib/
144144
cp ./bass/libs/x86_64/libbass.so ./bin/
145145
146146
curl http://www.un4seen.com/files/bassopus24-linux.zip -o bassopus.zip
147147
unzip -d bass -o bassopus.zip
148-
cp ./bass/bassopus.h ./lib
148+
cp ./bass/c/bassopus.h ./lib
149149
cp ./bass/libs/x86_64/libbassopus.so ./lib/
150150
cp ./bass/libs/x86_64/libbassopus.so ./bin/
151151

0 commit comments

Comments
 (0)