Skip to content

Commit

Permalink
CI install argon2 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
杨赫然 committed Nov 17, 2023
1 parent 9dff4ca commit 1f1d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo systemctl start mysql.service
sudo apt-get update
sudo apt-get install -y intltool libarchive-dev libcurl4-openssl-dev libevent-dev \
libfuse-dev libglib2.0-dev libjansson-dev libmysqlclient-dev libonig-dev \
sqlite3 libsqlite3-dev libtool net-tools uuid-dev valac
sqlite3 libsqlite3-dev libtool net-tools uuid-dev valac libargon2-dev
sudo systemctl start mysql.service

pip install -r requirements.txt

0 comments on commit 1f1d865

Please sign in to comment.