Reintroduced actions
This commit is contained in:
@@ -9,9 +9,10 @@ jobs:
|
|||||||
build-linux:
|
build-linux:
|
||||||
runs-on: debian-bookworm
|
runs-on: debian-bookworm
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Install Rust + Python + maturin
|
- name: Install Rust + Python + maturin
|
||||||
run: |
|
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
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
pip3 install maturin --break-system-packages
|
pip3 install maturin --break-system-packages
|
||||||
|
|||||||
Reference in New Issue
Block a user