We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libpq-dev
1 parent 236f9a1 commit 848879cCopy full SHA for 848879c
.github/workflows/build_charm.yaml
@@ -100,6 +100,7 @@ jobs:
100
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
101
- name: (GitHub-hosted ARM runner) Install libpq-dev
102
if: ${{ matrix.base.runner == 'Ubuntu_ARM64_4C_16G_01' }}
103
+ # Needed for `charmcraftcache` to resolve dependencies (for postgresql charms with psycopg2)
104
run: sudo apt-get install libpq-dev -y
105
- name: Install CLI
106
run: pipx install git+https://github.com/canonical/data-platform-workflows@'${{ needs.get-workflow-version.outputs.version }}'#subdirectory=python/cli
0 commit comments