diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-12-12 14:59:15 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-12-12 14:59:58 +0100 |
commit | 09eb9a0c7936e471e48804c012967c58612bc032 (patch) | |
tree | 968082ce165983dc05b217a08ba5cee8206c1dd4 | |
parent | 48cdfd12cd23924a65717dee1cdce4d475639035 (diff) | |
download | polecat-09eb9a0c7936e471e48804c012967c58612bc032.tar.gz polecat-09eb9a0c7936e471e48804c012967c58612bc032.zip |
update system
-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 |