From 6e9b5b74fb1a0dc87bbe5239b71435cc03d4a219 Mon Sep 17 00:00:00 2001 From: Narrat Date: Tue, 30 Jul 2024 13:21:49 +0200 Subject: [PATCH] CI: linux: add argon2 to deps this activates the argon2 related test. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4ed53005..07beadce 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -31,7 +31,7 @@ jobs: - name: Install tomb dependencies run: | sudo apt-get update -y -q - sudo apt-get install -y -q zsh cryptsetup gpg gawk libgcrypt20-dev steghide qrencode python2 python3-pip python3-dev libssl-dev make gcc sudo gettext bsdmainutils file pinentry-curses xxd libsodium23 libsodium-dev + sudo apt-get install -y -q zsh cryptsetup gpg gawk libgcrypt20-dev steghide qrencode python2 python3-pip python3-dev libssl-dev make gcc sudo gettext bsdmainutils file pinentry-curses xxd libsodium23 libsodium-dev argon2 - uses: actions/checkout@v3 - name: Build the KDF extras run: |