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