Skip to content

test gcc version 4 #307

test gcc version 4

test gcc version 4 #307

Workflow file for this run

"on": "push"
"jobs":
"build_run_c":
"strategy":
"matrix":
"proj": ["mkcc"]
"cver": ["89"]
"runs-on": "ubuntu-24.04"
"steps":
- "uses": "actions/checkout@main"
- "run": "bash ./.github/workflows/build_run_lnx_c.sh ${{matrix.proj}} ${{matrix.cver}}"