Added info
Build and Release / build-linux (push) Failing after 9s
Build and Release / build-windows (push) Failing after 9s
Build and Release / release (push) Has been skipped

This commit is contained in:
brotoskyj
2025-10-20 17:16:14 -04:00
parent 99501fcc9d
commit 6285b574a6
+4 -1
View File
@@ -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