Using Custom Actions
Build and Release / build-linux (push) Failing after 3s
Build and Release / build-windows (push) Failing after 3s
Build and Release / release (push) Has been skipped

This commit is contained in:
brotoskyj
2025-10-20 17:06:50 -04:00
parent 9e8b953ddf
commit 8b257d424b
+1 -3
View File
@@ -7,10 +7,8 @@ on:
jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: debian-bookworm
steps:
- uses: actions/checkout@v4
- name: Install Rust + Python + maturin
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y