Try apt-getting the thing

This commit is contained in:
LiteSpeed Tech 2019-10-08 16:16:49 -04:00 committed by GitHub
parent 7e5242004f
commit dc9e9148b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,6 @@ matrix:
include:
- name: Linux (gcc)
os: linux
dist: xenial
go: 1.13.x
compiler: gcc
addons:
apt:
@ -20,6 +18,10 @@ matrix:
- name: macOS
os: osx
sudo: false
before_install:
- sudo add-apt-repository ppa:longsleep/golang-backports
- sudo apt-get update
- sudo apt-get install golang-go
before_script:
- git clone https://boringssl.googlesource.com/boringssl
- cd boringssl