mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fifteenth time's the charm
This commit is contained in:
parent
ef293bc8b5
commit
3c5361ae2c
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:longsleep/golang-backports
|
- sudo add-apt-repository -y ppa:longsleep/golang-backports
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get remove golang-go
|
|
||||||
- sudo apt-get install golang-1.13-go
|
- sudo apt-get install golang-1.13-go
|
||||||
|
install:
|
||||||
|
- export PATH=/usr/lib/go-1.13/bin:$PATH
|
||||||
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