Removed SUDO
Build and Release / build-windows (push) Failing after 3s
Build and Release / build-linux (push) Failing after 47s
Build and Release / release (push) Has been skipped

This commit is contained in:
brotoskyj
2025-10-20 17:08:21 -04:00
parent f38d742019
commit d328a91a29
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Install Rust + Python + maturin - name: Install Rust + Python + maturin
run: | run: |
sudo apt-get update && sudo apt-get install -y python3 python3-pip curl apt-get update && apt-get install -y python3 python3-pip curl
curl https://sh.rustup.rs -sSf | sh -s -- -y curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env source $HOME/.cargo/env
sudo apt-get update && sudo apt-get install -y python3 python3-pip sudo apt-get update && sudo apt-get install -y python3 python3-pip