Jan Breuer
2023-01-16 82b1603a753fe3b7070eef93d210682223aff445
.github/workflows/main.yml
@@ -34,15 +34,15 @@
        LDFLAGS: -g -fsanitize=address
      run: make clean test
#    - name: gcc-c89
#      env:
#        CFLAGS: -std=c89
#      run: make clean all test
    - name: gcc-c89
      env:
        CFLAGS: -std=c89
      run: make clean all test
#    - name: gcc-c90
#      env:
#        CFLAGS: -std=c90
#      run: make clean all test
    - name: gcc-c90
      env:
        CFLAGS: -std=c90
      run: make clean all test
    - name: gcc-c99
      env: