Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Dec 3, 2024
1 parent 7c9afd5 commit 1d8836e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ jobs:
steps:
- name: ccache
uses: hendrikmuhs/[email protected]
- name: Install dependencies
sudo apt update -y
sudo apt install -y libfmt-dev
# 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
# cbc version --json
- name: Install cbdinocluster
shell: python
run: |
Expand Down

0 comments on commit 1d8836e

Please sign in to comment.