diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-02-02 12:26:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-02 12:26:19 +0100 |
| commit | c92956d3cf13ad1b16d4cc1dbf970a37aa6566db (patch) | |
| tree | a8ebd001d3343953f3522f3d5a2334f6e7c2300f /.github/workflows | |
| parent | 54afceec66744e758595e6a4e9bd861523f5b016 (diff) | |
bass.h moved to c folder (#1112)
* bass.h moved to c folder
* opus too
* c folder
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 031cd4fa..7311c5fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,13 +139,13 @@ jobs: run: | curl http://www.un4seen.com/files/bass24-linux.zip -o bass.zip unzip -d bass -o bass.zip - cp ./bass/bass.h ./lib + cp ./bass/c/bass.h ./lib cp ./bass/libs/x86_64/libbass.so ./lib/ cp ./bass/libs/x86_64/libbass.so ./bin/ curl http://www.un4seen.com/files/bassopus24-linux.zip -o bassopus.zip unzip -d bass -o bassopus.zip - cp ./bass/bassopus.h ./lib + cp ./bass/c/bassopus.h ./lib cp ./bass/libs/x86_64/libbassopus.so ./lib/ cp ./bass/libs/x86_64/libbassopus.so ./bin/ |
