Skip to content

Commit

Permalink
fix: permission
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Oct 15, 2024
1 parent 8da7eee commit 7556ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build
run: |
docker run --rm --platform linux/arm64 \
-v $(pwd):/${{ github.workspace }} -w ${{ github.workspace }} \
-v $(pwd):/${{ github.workspace }} -w ${{ github.workspace }} -u $(id -u ${USER}):$(id -g ${USER}) \
ghcr.io/ten-framework/ten_building_ubuntu2204 \
bash -c "\
export PATH=$(pwd)/core/ten_gn:/usr/local/go/bin:/root/go/bin:/root/.cargo/bin:$PATH && \
Expand Down

0 comments on commit 7556ec9

Please sign in to comment.