Removed SUDO
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user