diff options
author | Sadie Powell <sadie@witchery.services> | 2020-10-16 19:25:36 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-16 21:40:56 +0100 |
commit | d0c17414170d7ec5dbe562487d8a8f24f02af558 (patch) | |
tree | a980544179f2c9986eccabeaec2687163f5d5584 /.github/workflows | |
parent | 78c79a379af12e8fdf9ea8008f30f7fc18df1f36 (diff) |
Fix building the argon2 module on CI due to a broken PPA package.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index fa0d065e3..a622bbc0a 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -14,7 +14,7 @@ jobs: run: | sudo apt-get update --assume-yes sudo apt-get install --assume-yes --no-install-recommends clang g++ git make libc++-dev libc++abi-dev pkg-config - sudo apt-get install --assume-yes --no-install-recommends libargon2-0-dev libgnutls28-dev libldap2-dev libmaxminddb-dev libmbedtls-dev libmysqlclient-dev libpcre3-dev libpq-dev libre2-dev libsqlite3-dev libssl-dev libtre-dev + sudo apt-get install --assume-yes --no-install-recommends libargon2-dev libgnutls28-dev libldap2-dev libmaxminddb-dev libmbedtls-dev libmysqlclient-dev libpcre3-dev libpq-dev libre2-dev libsqlite3-dev libssl-dev libtre-dev - name: Run test-build run: ./tools/test-build ${{ matrix.compiler }} strategy: |