From 97013badfac00fed84106734ed034b5d260369ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 2 Dec 2019 00:06:49 -0500 Subject: [PATCH] github: install argon2 before configure --- .github/workflows/ccpp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index ee9519af..31eae082 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -16,6 +16,9 @@ jobs: autotools-dev autoconf libasio-dev libfmt-dev libhttp-parser-dev libmsgpack-dev - name: autogen run: ./autogen.sh + - name: argon2 + run: | + cd argon2 && make && sudo make install && cd .. - name: configure run: ./configure - name: make -- GitLab