diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-26 20:29:57 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | afb534bf673332f4e4e16d46ea0971c509dcc8cb (patch) | |
| tree | bb63e42574fa25275bcc75a553672e286ccf82bb /.github | |
| parent | 6ae4e617b0cbb05921f86282b8e74a184cbaa84a (diff) | |
Grab bass dependency
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd675d95..79006b5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,17 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Grab bass + run: | + mkdir bass + cd bass + curl http://www.un4seen.com/files/bass24.zip -o bass.zip + unzip bass.zip + cp bass.dll ../lib + curl http://www.un4seen.com/files/bassopus24.zip -o bassopus.zip + unzip bassopus.zip + cp bassopus.dll ../lib + - name: Cache Qt id: cache-qt uses: actions/cache@v1 |
