Skip to content

Commit

Permalink
CI: linux: add argon2 to deps
Browse files Browse the repository at this point in the history
this activates the argon2 related test.
  • Loading branch information
Narrat committed Aug 1, 2024
1 parent 828d439 commit 6e9b5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6e9b5b7

Please sign in to comment.