Run with QTWEBENGINE_DISABLE_SANDBOX=1

This commit is contained in:
Oleg Kalachev
2022-08-23 02:23:18 +03:00
parent b8c2011003
commit 1228b1765f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
run: docker build -t clover-docs:latest docs
- name: Test Docker image
run: docker run -t --rm --no-sandbox -v `pwd`:/clover clover-docs:latest
run: docker run -t --rm -v `pwd`:/clover clover-docs:latest
- name: Show results
run: |