Skip to content

Commit

Permalink
use sudo to perform update
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Aug 27, 2024
1 parent 88fcec6 commit 08d0bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.3.3/uv-installer.sh | sh
source $HOME/.cargo/env
uv self update
sudo uv self update
- name: Find desired python version
id: find-desired-python-version
Expand Down

0 comments on commit 08d0bb2

Please sign in to comment.