Skip to content

Commit 7c1157c

Browse files
authored
Merge pull request #130 from telekom-mms/fix/forti-7.6
fix: publish release with ubuntu-24.04
2 parents 1f5af35 + be23981 commit 7c1157c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Install poetry
17-
run: apt update && apt install -y pipx && pipx install poetry
17+
run: sudo apt update && sudo apt install -y pipx && pipx install poetry
1818

1919
- name: Publish to pypi
2020
env:

0 commit comments

Comments
 (0)