Update go.yml

This commit is contained in:
Andrew Zavgorodny 2020-10-14 18:34:16 +03:00 committed by GitHub
parent 62c1f0d510
commit a24aa2d442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Install gocv
run: |
git clone https://github.com/hybridgroup/gocv.git
cd gocv
make install
cd ..
echo "Successfully installed gocv!"
- name: Build
run: make build-linux