mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Try apt-getting the thing
This commit is contained in:
parent
7e5242004f
commit
dc9e9148b3
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue