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:
19
.github/workflows/c-cpp.yml
vendored
19
.github/workflows/c-cpp.yml
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user