Skip to content

Commit

Permalink
Add rights to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
licht1stein committed Apr 29, 2024
1 parent 950eb3a commit 3d022ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
sudo apt-get install emacs && emacs --version
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
/root/.cargo/bin/uv pip install --system --no-cache-dir ~/melpazoid
sudo /root/.cargo/bin/uv pip install --system --no-cache-dir ~/melpazoid
- name: Run
env:
LOCAL_REPO: ${{ github.workspace }}
Expand Down

0 comments on commit 3d022ec

Please sign in to comment.