Skip to content

Commit

Permalink
Github actions: Make sure netstat is installed on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Feb 25, 2021
1 parent e64dce4 commit 77744f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libpq-dev libpq5 postgresql
sudo apt-get install -y libpq-dev libpq5 net-tools postgresql
sudo pg_ctlcluster 13 main start
- name: Install Postgres support (MacOS)
Expand Down

0 comments on commit 77744f8

Please sign in to comment.