Skip to content

Commit

Permalink
Use SDK from APT repository
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Dec 3, 2024
1 parent 7c9afd5 commit fc964a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
steps:
- name: ccache
uses: hendrikmuhs/[email protected]
- name: Install dependencies
env:
DIST: noble
ARCH: x86_64
run: |
curl -L https://packages.couchbase.com/clients/cxx/repos/deb/${DIST}/${ARCH}/DEB-GPG-KEY.txt | \
sudo gpg --yes --dearmor -o /usr/share/keyrings/couchbase-archive-keyring.gpg
sudo curl -L -o/etc/apt/sources.list.d/couchbase-cxx-client.sources \
https://packages.couchbase.com/clients/cxx/repos/deb/${DIST}/${ARCH}/couchbase-cxx-client.sources
sudo apt update -y
sudo apt install -y couchbase-cxx-client couchbase-cxx-client-dev couchbase-cxx-client-tools libfmt-dev
- name: Install cbdinocluster
shell: python
run: |
Expand Down

0 comments on commit fc964a1

Please sign in to comment.