Skip to content

Commit

Permalink
patch(build_charm.yaml): Add comment about libpq-dev (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Mar 7, 2024
1 parent 236f9a1 commit 848879c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: (GitHub-hosted ARM runner) Install libpq-dev
if: ${{ matrix.base.runner == 'Ubuntu_ARM64_4C_16G_01' }}
# Needed for `charmcraftcache` to resolve dependencies (for postgresql charms with psycopg2)
run: sudo apt-get install libpq-dev -y
- name: Install CLI
run: pipx install git+https://github.com/canonical/data-platform-workflows@'${{ needs.get-workflow-version.outputs.version }}'#subdirectory=python/cli
Expand Down

0 comments on commit 848879c

Please sign in to comment.