Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 18, 2024
1 parent c7df35a commit f5d6d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Create release
steps:
- name: Get dependencies
run: apt-get update && apt-get install -yq python3
run: sudo apt-get update && apt-get install -yq python3
env:
DEBIAN_FRONTEND: noninteractive
- name: Create release notes
Expand Down

0 comments on commit f5d6d8e

Please sign in to comment.