Skip to content

Commit

Permalink
apt wants permissions. (@Schalk1e)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk1e committed Jun 13, 2024
1 parent fe1edda commit fb6cbe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
python-version: '3.10'
- name: install pipx
run: |
apt update
apt install pipx
sudo apt update
sudo apt install pipx
pipx ensurepath
pipx ensurepath --global
sudo pipx ensurepath --global
- name: install poetry
run: |
pipx install poetry
Expand Down

0 comments on commit fb6cbe0

Please sign in to comment.