Skip to content

Create package-mageia-9.yml #64

Create package-mageia-9.yml

Create package-mageia-9.yml #64

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libevdev-dev
version: build
- name: Checkout
uses: actions/checkout@v5
- name: Bootstrap
run: ./bootstrap
- name: Configure
run: ./configure --enable-examples --enable-tools
- name: Build
run: make