Skip to content

Use --noconfirm and let makepkg install dependencies #9

Use --noconfirm and let makepkg install dependencies

Use --noconfirm and let makepkg install dependencies #9

Workflow file for this run

name: CI
on: [push]
jobs:
makepkg:
runs-on: ubuntu-22.04
container:
image: rnestler/archlinux-rust:add-a-builder-user
steps:
- run: pacman -Syu --noconfirm
- uses: actions/checkout@v3
- run: chown --recursive builder .
- run: sudo --user=builder makepkg -s --nobuild