diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 02:45:29 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 8d7d04e2841efc5f06d9f552d9981e9005bd2194 (patch) | |
| tree | e3930c96c949bae55976e27d3ef38c4b995994eb /.github | |
| parent | ea9284d18dcac42ba2e6600ce742370d7ebf0940 (diff) | |
Copy the dynamic dll over as well
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ce3a470..e11e7415 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 |
