1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-30 05:07:46 +00:00

Travis buildfix (multilib)

This commit is contained in:
Mordred Admin 2018-06-06 09:35:36 +02:00
parent 750074be70
commit 7f11a89d00

View file

@ -14,8 +14,8 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
- gcc-7-multilib
- g++-7-multilib
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"