mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 15:14:35 +00:00
Prospective fix for cross builds
Don't build linuxkms yet, as the dependencies are not installed yet.
This commit is contained in:
parent
0d35e01724
commit
17e4ad6631
1 changed files with 1 additions and 1 deletions
2
.github/workflows/embedded_build.yaml
vendored
2
.github/workflows/embedded_build.yaml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
with:
|
||||
crate: cross
|
||||
- name: Build
|
||||
run: cross build --release --target=${{ matrix.target }} --workspace --exclude slint-node --exclude slint-napi --exclude ffmpeg --exclude mcu-board-support --exclude printerdemo_mcu ${{ env.EXTRA_ARGS }}
|
||||
run: cross build --release --target=${{ matrix.target }} --workspace --exclude slint-node --exclude slint-napi --exclude ffmpeg --exclude mcu-board-support --exclude printerdemo_mcu --exclude i-slint-backend-linuxkms ${{ env.EXTRA_ARGS }}
|
||||
- name: "Upload printerdemo artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue