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