Skip to content

Commit

Permalink
Do without server-dev?
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 14, 2023
1 parent 46ed5f9 commit b9e2da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
# See also https://askubuntu.com/a/104912 for --force options
run: |
make install
apt-get install -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" postgresql-${{ matrix.upgrade_to }} postgresql-server-dev-${{ matrix.upgrade_to }}
apt-get install -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" postgresql-${{ matrix.upgrade_to }}
sudo -u postgres test/test_MVU.sh -s 55432 55433 "${{ matrix.version }}" "${{ matrix.upgrade_to }}"

0 comments on commit b9e2da8

Please sign in to comment.