From 2e5c3d9e2ed969642ce10a088c448f2babb6447a Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Wed, 14 Aug 2024 10:45:04 -0700 Subject: [PATCH] ci: more permission stuff --- .github/workflows/build_all_targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index 3d1ebee773..3b10e96ad7 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -41,7 +41,7 @@ jobs: arch: 'nuttx' container: image: ${{ matrix.container }} - options: --user 1001 + # options: --user 1001 steps: - uses: actions/checkout@v4 with: