mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
If at first you don't succeed
This commit is contained in:
parent
f8325ef971
commit
ef293bc8b5
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ sudo: false
|
|||
before_install:
|
||||
- sudo add-apt-repository -y ppa:longsleep/golang-backports
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install golang-go
|
||||
- sudo apt-get remove golang-go
|
||||
- sudo apt-get install golang-1.13-go
|
||||
before_script:
|
||||
- git clone https://boringssl.googlesource.com/boringssl
|
||||
- cd boringssl
|
||||
|
|
Loading…
Reference in a new issue