Skip to content

Commit

Permalink
[github] Use root user in LLVM Ubuntu container.
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat committed Jan 6, 2025
1 parent 013fff1 commit ef3cdc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
image: ${{(startsWith(matrix.os, 'ubuntu') && 'ghcr.io/llvm/ci-ubuntu-22.04:latest') || null}}
volumes:
- /mnt/:/mnt/
options: --user root
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ef3cdc8

Please sign in to comment.