Skip to content

Commit

Permalink
Update repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 19, 2025
1 parent 0e2303b commit 960e36a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-24.04
- os: ubuntu-22.04
conanflags: ''
- os: macos-latest
conanflags: '-o python_path=python3.11'
Expand All @@ -29,19 +29,21 @@ jobs:
uses: actions/checkout@v4

- name: Install Ubuntu packages
if: matrix.os == 'ubuntu-24.04'
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt update
sudo apt install -y \
gcc g++ cmake wget git clang-format \
python3 python3-pip python3-venv
- name: Install test dependencies
if: matrix.os == 'ubuntu-24.04'
if: matrix.os == 'ubuntu-22.04'
run: |
wget -qO- https://pgp.mongodb.com/server-7.0.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/mongodb-server-7.0.gpg >/dev/null
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" \
| sudo tee -a /etc/apt/sources.list.d/mongodb-org-7.0.list
sudo apt update
sudo apt install -y postgresql redis mongodb-mongosh
sudo ./scripts/kafka/ubuntu_install_kafka.sh
./scripts/rabbitmq/ubuntu_install_rabbitmq_server.sh
Expand Down

0 comments on commit 960e36a

Please sign in to comment.