Added curl
Build and Release / build-linux (push) Failing after 2s
Build and Release / build-windows (push) Failing after 3s
Build and Release / release (push) Has been skipped

This commit is contained in:
brotoskyj
2025-10-20 17:07:46 -04:00
parent 8b257d424b
commit f38d742019
+1
View File
@@ -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