Skip to content

Commit 7fa44a4

Browse files
committed
.github/workflows/rust.yml: fix for container update
1 parent 3e0b3ec commit 7fa44a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
container:
3939
image: peach10.devcore4.com/category-labs/builder
40-
options: --privileged
40+
options: --privileged -u 1000:1000
4141

4242
steps:
4343
- name: Generate a token

0 commit comments

Comments
 (0)