Add CI dependency

Former-commit-id: 3137d4f35c5ae5b24a8956fadeec2d93c7048165
This commit is contained in:
John Sully 2020-04-15 22:36:16 -04:00
parent 34131bf287
commit a7d88c1287

View File

@ -8,7 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: make
run: make
run: |
sudo apt-get install uuid-dev
make
- name: test
run: |
sudo apt-get install tcl8.5