Skip to content

Commit 41ebf6e

Browse files
committed
I seem to have forgotten to actually remove the C89 test so this
should fix that oversight.
1 parent 90127cd commit 41ebf6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
# - { target: ubuntu-20.04, config: valgrind-5 }
3232
- { target: ubuntu-20.04, config: valgrind-6 }
3333
- { target: ubuntu-20.04, config: valgrind-7 }
34-
- { target: ubuntu-20.04, config: c89 }
34+
# binn.c no longer works with c89 so remove this test.
35+
# - { target: ubuntu-20.04, config: c89 }
3536
- { target: ubuntu-20.04, config: clang-6.0 }
3637
- { target: ubuntu-20.04, config: clang-8 }
3738
- { target: ubuntu-20.04, config: clang-9 }

0 commit comments

Comments
 (0)