From 0706a163160b1e3942f1cdee4a8ba79767638914 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Fri, 20 Oct 2023 10:54:05 -0400 Subject: [PATCH] ci: try setting user --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 65e8cae7da..1f3421a894 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,7 @@ jobs: PROJECT_PATH: ./scratch-blocks container: image: python:2.7.18-buster + options: --user 1001 steps: - uses: actions/checkout@v3 - name: Install Chrome Dependencies