mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
Install openal for travis
This commit is contained in:
parent
1ff004b33c
commit
95e2d2f8d9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- sudo apt-get update -qq # UPDATE REPOS
|
||||
- sudo apt-get install -y -qq
|
||||
- sudo apt-get install -y -qq libopenal-dev
|
||||
|
||||
script:
|
||||
# ALL THE BUILD COMMANDS HERE
|
||||
|
|
Loading…
Reference in a new issue