From e9a53b1f88411c75fa29f599d7d5551fe8b1ee8a Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Wed, 27 Jan 2021 02:47:44 -0600 Subject: [PATCH] Copy the bass x64 dll --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e11e741..7aed82b 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