Added info
This commit is contained in:
@@ -9,7 +9,10 @@ jobs:
|
|||||||
build-linux:
|
build-linux:
|
||||||
runs-on: debian-bookworm
|
runs-on: debian-bookworm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
with:
|
||||||
|
repository: 'brotoskyj/AirlockLibs'
|
||||||
|
token: ${{RUNNER_TOKEN}}
|
||||||
- name: Install Rust + Python + maturin
|
- name: Install Rust + Python + maturin
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y python3 python3-pip curl node
|
apt-get update && apt-get install -y python3 python3-pip curl node
|
||||||
|
|||||||
Reference in New Issue
Block a user