Skip to content

Commit 752540d

Browse files
authored
Merge pull request #435 from Xilinx/matthias.ci_root
Fix for upstream change in docker container
2 parents b3562f3 + 928ce04 commit 752540d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
runs-on: ${{ matrix.os }}
6161
container:
6262
image: ${{(startsWith(matrix.os, 'ubuntu') && 'ghcr.io/llvm/ci-ubuntu-22.04:latest') || null}}
63+
options: --user root
6364
volumes:
6465
- /mnt/:/mnt/
6566
strategy:

0 commit comments

Comments
 (0)