diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a9f4a..77ba114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Update system + run: sudo apt-get update + - name: Install dependencies run: sudo apt-get install libcurl4-openssl-dev libjson-c-dev libarchive-dev cmake make |