diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index d6b91a754d..4e517ae188 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@v1 - name: Build Docker Image - run: docker build . -f build/Dockerfile + run: sudo -u \# 1001 docker build . -f build/Dockerfile linux-unit-tests: name: Linux Unit Tests