Grab bass dependency

This commit is contained in:
Skye Deving 2021-01-26 20:29:57 -06:00
parent 6ae4e617b0
commit afb534bf67

View File

@ -16,6 +16,17 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - 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 - name: Cache Qt
id: cache-qt id: cache-qt
uses: actions/cache@v1 uses: actions/cache@v1