Skip to content

Commit

Permalink
Install liblzma-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok authored Dec 16, 2024
1 parent 1e6e566 commit 59703cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-system-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

case "$(uname -s)" in
Linux*) sudo apt install postgresql;;
Linux*) sudo apt install postgresql liblzma-dev;;
Darwin*) brew install postgresql openssl;;
esac

0 comments on commit 59703cf

Please sign in to comment.