Skip to content

Commit 9d2f537

Browse files
committed
Merge branch 'dev_minor' of github.com:rapier1/hpn-ssh into dev_minor
2 parents 196110f + 41ebf6e commit 9d2f537

File tree

6 files changed

+673
-626
lines changed

6 files changed

+673
-626
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)