Skip to content

Force CI build to use cc, not c99 #2

Force CI build to use cc, not c99

Force CI build to use cc, not c99 #2

Workflow file for this run

name: iocccsize CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make test
run: make CC=cc test
- name: make distclean
run: make distclean