CI: Add step to create dummy dist directory for rust-embed during check-and-test

This commit is contained in:
ospab 2026-06-13 02:44:01 +03:00
parent 4c0263f7f7
commit 6dee7613a5
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ jobs:
- name: Install musl-tools - name: Install musl-tools
run: sudo apt-get update && sudo apt-get install -y musl-tools run: sudo apt-get update && sudo apt-get install -y musl-tools
- name: Create dummy dist for rust-embed
run: mkdir -p ostp-control/dist && touch ostp-control/dist/index.html
- name: cargo check - name: cargo check
run: cargo check --workspace run: cargo check --workspace