mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-12 19:28:05 -05:00
CI: fix permission error
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
parent
a51defd2c7
commit
68dcfb1e49
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
||||
- name: Run linter
|
||||
run: sbt "scalafixAll --check"
|
||||
- name: Run locust tests
|
||||
run: apt-get update && apt-get -y upgrade && apt-get install -y gocr && ./tests/run.sh
|
||||
run: sudo apt-get install -y gocr && ./tests/run.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user