fix recently broken TLS build error, and add coverage for CI (#7833)
This commit is contained in:
@@ -9,7 +9,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: make
|
||||
# build with TLS just for compilatoin coverage
|
||||
run: make BUILD_TLS=yes
|
||||
- name: test
|
||||
run: |
|
||||
sudo apt-get install tcl8.5
|
||||
|
||||
Reference in New Issue
Block a user