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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue