Added Break System Packages
Build and Release / build-windows (push) Failing after 3s
Build and Release / build-linux (push) Failing after 46s
Build and Release / release (push) Has been skipped

This commit is contained in:
brotoskyj
2025-10-20 17:10:09 -04:00
parent d328a91a29
commit cd70a0219a
+1 -2
View File
@@ -14,8 +14,7 @@ jobs:
apt-get update && 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
pip3 install maturin
pip3 install maturin --break-system-packages
- name: Build Linux Wheel
run: |