Skip to content

Commit 08d0bb2

Browse files
use sudo to perform update
1 parent 88fcec6 commit 08d0bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
run: |
2727
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.3.3/uv-installer.sh | sh
2828
source $HOME/.cargo/env
29-
uv self update
29+
sudo uv self update
3030
3131
- name: Find desired python version
3232
id: find-desired-python-version

0 commit comments

Comments
 (0)