From 0681bb431463c290b85dc49e678075f751a68a2f Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 4 Feb 2026 20:09:32 +0000 Subject: [PATCH] Not worth the trouble You're telling me Ubuntu doesn't have a version of GCC with C23 standard?? Really??? --- .github/workflows/c-cpp.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/c-cpp.yml diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml deleted file mode 100644 index 6930e2a..0000000 --- a/.github/workflows/c-cpp.yml +++ /dev/null @@ -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