Skip to content

Update manifest.json #29

Update manifest.json

Update manifest.json #29

Workflow file for this run

before_install
sudo apt-get -y install libxml2-dev
addons:

Check failure on line 3 in .github/workflows/travis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/travis.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
apt:
update: true
!/bin/sh
set -ex
wget https://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz
tar -xzvf protobuf-2.4.1.tar.gz
cd protobuf-2.4.1 && ./configure --prefix=/usr && make && sudo make install