mirror of https://github.com/ospab/ostp.git
CI: Add step to create dummy dist directory for rust-embed during check-and-test
This commit is contained in:
parent
4c0263f7f7
commit
6dee7613a5
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue