From a7d88c1287afc07fd1a11ad3cf69e58de40fdb87 Mon Sep 17 00:00:00 2001 From: John Sully Date: Wed, 15 Apr 2020 22:36:16 -0400 Subject: [PATCH] Add CI dependency Former-commit-id: 3137d4f35c5ae5b24a8956fadeec2d93c7048165 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc4991606..0d46f0b03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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