Skip to content

Test by using archlinux #7

Test by using archlinux

Test by using archlinux #7

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

Check failure on line 24 in .github/workflows/makefile.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/makefile.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
makepkg -si --noconfirm
- name: Clean
run: make clean
- name: Compile
run: make