deb: cross-compilation, ephemeral contexts, local builds #1

Merged
vhaudiquet merged 41 commits from experimental-cross into main 2025-12-25 17:10:47 +00:00
Showing only changes of commit e96f8c308b - Show all commits

View File

@@ -18,8 +18,8 @@ jobs:
steps: steps:
- name: Set up container image - name: Set up container image
run: | run: |
sudo apt-get update apt-get update
sudo apt-get install -y nodejs apt-get install -y nodejs sudo
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
with: with: