Build/arch image #17

Merged
Christoph merged 3 commits from build/arch_image into main 2026-07-06 05:40:19 +00:00
Showing only changes of commit d33f576212 - Show all commits
+4
View File
@@ -67,6 +67,10 @@ jobs:
with:
node-version: lts/*
- name: install rust toolchain
if: matrix.platform == 'ubuntu-22.04'
uses: dtolnay/rust-toolchain@stable
- name: install frontend dependencies
run: npm ci