Skip to content

Commit

Permalink
tmp: run container as root
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-liang3 committed Jan 10, 2025
1 parent 5969c58 commit 6ae5501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
volumes:
- ${{ github.workspace }}:/app:delegated
- /app/build
options: --workdir /app/build
options: --workdir /app/build --user root
steps:
- name: TMP install lfs
run: apt-get update && apt-get install -y --no-install-recommends git-lfs
Expand Down

0 comments on commit 6ae5501

Please sign in to comment.