Skip to content

Commit

Permalink
Fix typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 3, 2024
1 parent d244ab5 commit 6219cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install OS Dependencies
run: >-
apt-get install -y python3
python3-pip python3-venv build-essentials
python3-pip python3-venv build-essential
- name: Create virtualenv
run: >-
python3 -m venv venv
Expand Down

0 comments on commit 6219cb2

Please sign in to comment.