Skip to content

Commit

Permalink
Use noble distribution for libqpidproton
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Dec 10, 2024
1 parent 12c8aa3 commit f05d6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if [ -n "$CI" ]; then
echo "== Installing system packages =="
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-add-repository --yes 'deb http://us.archive.ubuntu.com/ubuntu lunar universe'
sudo apt-get install -t lunar -y libqpid-proton11-dev
sudo apt-add-repository --yes 'deb http://us.archive.ubuntu.com/ubuntu mantic universe'
sudo apt-get install -t mantic -y libqpid-proton11-dev
echo

# Enable the qpid_proton bundler group
Expand Down

0 comments on commit f05d6f3

Please sign in to comment.