Skip to content

cpu: Don't hardcode cpu and auth, ask for them #32

cpu: Don't hardcode cpu and auth, ask for them

cpu: Don't hardcode cpu and auth, ask for them #32

Workflow file for this run

name: C
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: install dependencies
run: sudo apt install libx11-dev libxt-dev
- name: make clean
run: CONF=unix make clean
- name: make
run: CONF=unix make