Skip to content

Commit

Permalink
[github-actions] Fix dubious ownership warning by setting UID for `ot…
Browse files Browse the repository at this point in the history
…-efr32-dev` container
  • Loading branch information
lmnotran committed Feb 7, 2024
1 parent 45cb172 commit 1da6b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1da6b96

Please sign in to comment.