diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 02:52:59 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 3bd57190f05ad15b646a924124520ad0d9ed76d3 (patch) | |
| tree | 1597d3ba8d49e84ff4e1399fb1d5b8230450da22 /.github | |
| parent | e9a53b1f88411c75fa29f599d7d5551fe8b1ee8a (diff) | |
Add lib 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 7aed82b3..af894494 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 ./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 ./c/bassopus.lib ./lib cp ./x64/bassopus.dll ./lib - name: Cache Qt |
