Skip to content

Commit

Permalink
#8082: fix uid/gid
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 16, 2024
1 parent 8d43bc7 commit 5618bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- /etc/shadow:/etc/shadow:ro
options:
-w ${{ github.workspace }}
-u ${{ env.RUNNER_UID }}:${{ env.RUNNER_GID }}
-u $(id -u):$(id -g)
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- name: Set up dynamic env vars for build
Expand Down

0 comments on commit 5618bf5

Please sign in to comment.