From 1da6b96290623ee13bb9a88a3bf8f1bd2f2c8212 Mon Sep 17 00:00:00 2001 From: Mason Tran Date: Tue, 6 Feb 2024 20:50:04 -0500 Subject: [PATCH] [github-actions] Fix dubious ownership warning by setting UID for `ot-efr32-dev` container --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85c15752..22d8c578 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,7 @@ jobs: runs-on: ubuntu-22.04 container: image: siliconlabsinc/ot-efr32-dev:latest + options: --user 1001 strategy: fail-fast: false matrix: