From 08d0bb26ab38c9c8fbf6fae1559e1a8970016194 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Tue, 27 Aug 2024 16:24:40 +0530 Subject: [PATCH] use sudo to perform update --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a298d16..26dbfee 100644 --- a/action.yml +++ b/action.yml @@ -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