Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author/ <>2021-02-11 19:31:20 +0300
committer/ <>2021-02-11 19:31:20 +0300
commit78c9c11b4e200bedb24c49e24a2779e94fd4eaa9 (patch)
tree82dc7b542e775327c4f0ec8df3efe6ffa42ebb69
parent84ee0b7d1adc9b5ce01a4871aab2197cf22df073 (diff)
depens
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a8f498f..ddc3f05 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update -y
- sudo apt-get install -y --no-install-recommends clang git make
+ sudo apt-get install -y --no-install-recommends clang git make libjson-glib-dev
- name: purple-facebook
run: |