ci: test #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
name: Test makepkg on ubuntu | |
env: | |
REGISTRY: ghcr.io | |
IMAGE_NAME: ${{ github.repository }} | |
jobs: | |
hello: | |
runs-on: ubuntu-latest | |
container: | |
image: archlinux | |
options: --user nobody | |
steps: | |
- uses: actions/checkout@v4 | |
- run: | | |
sudo pacman --noconfirm -Syu | |
sudo pacman --noconfirm -S base-devel sudo wget rust | |
./packaging/aur.sh v0.3.1-beta | |
cat PKGBUILD | |
cat .SRCINFO |