We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e46ff commit c18726bCopy full SHA for c18726b
.github/workflows/ci.yml
@@ -4,7 +4,9 @@ on: [push]
4
jobs:
5
makepkg:
6
runs-on: ubuntu-22.04
7
- container: rnestler/archlinux-rust:add-a-builder-user
+ container:
8
+ image: rnestler/archlinux-rust
9
+ options: --user 1001
10
steps:
11
- uses: actions/checkout@v3
12
- run: makepkg --nobuild
0 commit comments