Added curl
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install Rust + Python + maturin
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y python3 python3-pip curl
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
sudo apt-get update && sudo apt-get install -y python3 python3-pip
|
||||
|
||||
Reference in New Issue
Block a user