From a51defd2c7a6142f93ee34508b51603628d60a16 Mon Sep 17 00:00:00 2001 From: hrj Date: Mon, 12 Apr 2021 20:28:07 +0530 Subject: [PATCH] install gocr during CI Signed-off-by: hrj --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48fcb0..edceef0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: - name: Run linter run: sbt "scalafixAll --check" - name: Run locust tests - run: ./tests/run.sh + run: apt-get update && apt-get -y upgrade && apt-get install -y gocr && ./tests/run.sh