Skip to content

Commit 93860f7

Browse files
Fix failing release CI (#183)
charmcraft bug causes check-lib check to fail canonical/charmcraft#1389 (comment)
1 parent a47a1cc commit 93860f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20+
- run: |
21+
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
22+
touch requirements.txt
2023
- name: Check libs
2124
uses: canonical/charming-actions/[email protected]
2225
with:

0 commit comments

Comments
 (0)