mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 13:19:37 +00:00
Install newer version of Go lang using Snap in CI
This commit is contained in:
2
.github/workflows/build-and-test-make.yml
vendored
2
.github/workflows/build-and-test-make.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential pkg-config cmake ninja-build curl autoconf automake libtool
|
||||
# Chrome version dependencies
|
||||
sudo apt-get install golang-go
|
||||
sudo snap install go --classic
|
||||
# Needed to compile 'minicurl'
|
||||
sudo apt-get install libcurl4-openssl-dev
|
||||
# More dependencies for the tests
|
||||
|
Reference in New Issue
Block a user