Reintroduced actions
Build and Release / build-linux (push) Failing after 3s
Build and Release / build-windows (push) Failing after 4s
Build and Release / release (push) Has been skipped

This commit is contained in:
brotoskyj
2025-10-20 17:13:31 -04:00
parent cd70a0219a
commit 99501fcc9d
+2 -1
View File
@@ -9,9 +9,10 @@ jobs:
build-linux:
runs-on: debian-bookworm
steps:
- uses: actions/checkout@v4
- name: Install Rust + Python + maturin
run: |
apt-get update && apt-get install -y python3 python3-pip curl
apt-get update && apt-get install -y python3 python3-pip curl node
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
pip3 install maturin --break-system-packages