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 720918b
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
environment:
DIST: noble
ARCH: x86_64
run: |
curl -L https://packages.couchbase.com/clients/cxx/repos/deb/${DIST}/${ARCH}/DEB-GPG-KEY.txt | \
gpg --yes --dearmor -o /usr/share/keyrings/couchbase-archive-keyring.gpg
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
apt update -y
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 720918b

Please sign in to comment.