Skip to content

Commit

Permalink
Fix failing release CI (#183)
Browse files Browse the repository at this point in the history
charmcraft bug causes check-lib check to fail

canonical/charmcraft#1389 (comment)
  • Loading branch information
carlcsaposs-canonical committed Jan 8, 2024
1 parent a47a1cc commit 93860f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -17,6 +17,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
touch requirements.txt
- name: Check libs
uses: canonical/charming-actions/check-libraries@2.2.2
with:
Expand Down

0 comments on commit 93860f7

Please sign in to comment.