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