Skip to content

Update makefile.yml again #9

Update makefile.yml again

Update makefile.yml again #9

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "dev", "main" ]
pull_request:
branches: [ "dev", "main" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: archlinux
steps:
- uses: actions/checkout@v3
- name: Install Packages
run: pacman -Syu gcc git libgit2 sudo fakeroot --noconfirm --needed
- name: Install cpr
run: git clone https://aur.archlinux.org/cpr.git && cd cpr && sudo -u nobody makepkg -si --noconfirm
- name: Clean
run: make clean
- name: Compile
run: make