Skip to content

Commit c18726b

Browse files
committed
WIP: Try to run as the GitHub Action user
1 parent 43e46ff commit c18726b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on: [push]
44
jobs:
55
makepkg:
66
runs-on: ubuntu-22.04
7-
container: rnestler/archlinux-rust:add-a-builder-user
7+
container:
8+
image: rnestler/archlinux-rust
9+
options: --user 1001
810
steps:
911
- uses: actions/checkout@v3
1012
- run: makepkg --nobuild

0 commit comments

Comments
 (0)