Skip to content

add rocky9 action

add rocky9 action #1

Workflow file for this run

name: Debian 12
on:
push:
branches: [master]
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches: [master]
jobs:
Debian12:
runs-on: ubuntu-latest
container: debian:bookworm-slim
steps:
- name: checkout
uses: actions/checkout@v3
- name: Install required packages
run: |
apt update -y
apt install -y make gcc g++ libusb-1.0-0-dev autoconf autotools-dev git libtool
- name: Installation
run: |
make init
make conf
make build
make install
- name: Environment Check
run: |
make vars
make exist