diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 02:47:44 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | e9a53b1f88411c75fa29f599d7d5551fe8b1ee8a (patch) | |
| tree | c4ce63888207112c3f9c6081071e74b6ee4b1665 /.github | |
| parent | 8d7d04e2841efc5f06d9f552d9981e9005bd2194 (diff) | |
Copy the bass x64 dll
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e11e7415..7aed82b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,14 +35,12 @@ jobs: # BASS curl http://www.un4seen.com/files/bass24.zip -o bass.zip unzip bass.zip - cp bass.dll ./lib - cp ./c/bass.lib ./lib + cp ./x64/bass.dll ./lib # BASS Opus curl http://www.un4seen.com/files/bassopus24.zip -o bassopus.zip unzip bassopus.zip - cp bassopus.dll ./lib - cp ./c/bassopus.lib ./lib + cp ./x64/bassopus.dll ./lib - name: Cache Qt id: cache-qt |
