Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Aug 7, 2024
1 parent fb75fd3 commit ab11a83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:

- name: Build Yocto image
run: |
whoami
id -u
id -g
docker run --rm \
-v ${{ github.workspace }}:/workdir \
-u $(id -u):$(id -g) \
Expand Down

0 comments on commit ab11a83

Please sign in to comment.