Skip to content

Commit 076ff75

Browse files
[CI] Remove "--privileged" from the lint task (#10082)
We've switched the task to use "[Linux, build]" runners in #10074 and this option isn't needed anymore.
1 parent 268aaad commit 076ff75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sycl_precommit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
runs-on: [Linux, build]
3333
container:
3434
image: ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:no-drivers
35-
# actions/checkout fails without "--privileged".
36-
options: -u 1001:1001 --privileged
35+
options: -u 1001:1001
3736
steps:
3837
- uses: actions/checkout@v3
3938
with:

0 commit comments

Comments
 (0)