Not worth the trouble

You're telling me Ubuntu doesn't have a version of GCC with C23
standard?? Really???
This commit is contained in:
2026-02-04 20:09:32 +00:00
parent 2839da55db
commit 0681bb4314

View File

@@ -1,19 +0,0 @@
name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make-debug
run: make MODE=debug
- name: make-release
run: make MODE=release
- name: make-test
run: make MODE=debug test