Skip to content

Commit

Permalink
ci: play around with permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Aug 14, 2024
1 parent ca6649e commit 9685355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: [runs-on,runner=2cpu-linux-x64,image=ubuntu22-full-x64,"run-id=${{ github.run_id }}"]
container:
image: px4io/px4-dev-base-focal:2021-09-08
options: --user 1001
# options: --user 1001
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
timestamp: ${{ steps.set-timestamp.outputs.timestamp }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: mxschmitt/action-tmate@v3
with:
detached: true
sudo: false
# sudo: false

- name: build target group
run: |
Expand Down

0 comments on commit 9685355

Please sign in to comment.