diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:03:20 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:03:20 +0000 |
| commit | c47521baa3d04af86b886506d5d4f23fe23fa86d (patch) | |
| tree | 91492137012327aed1ef3304ca6b6ccaf335aec0 | |
| parent | 1008a2e8ac38f89c4c320b25c21afbb5912d24c7 (diff) | |
Missing `cd bass`
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74ab320f..1780a604 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ build windows i686: script: # Extract BASS - mkdir bass + - cd bass - curl http://www.un4seen.com/files/bass24.zip -o bass.zip - unzip bass.zip - cp bass.dll ../../lib |
