From 8d7d04e2841efc5f06d9f552d9981e9005bd2194 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Wed, 27 Jan 2021 02:45:29 -0600 Subject: [PATCH] Copy the dynamic dll over as well --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ce3a47..e11e741 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,11 +35,13 @@ 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 # 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 - name: Cache Qt