mirror of https://codeberg.org/topola/topola.git
ci: put `xdg-portal` in the `build_egui` test in verbatim to fix build error
This commit is contained in:
parent
3af4338743
commit
b6bf35033b
|
|
@ -5,9 +5,9 @@
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- CHANNEL: stable
|
- CHANNEL: stable
|
||||||
FEATURES: disable_contracts,xdg-portal
|
FEATURES: disable_contracts
|
||||||
- CHANNEL: nightly
|
- CHANNEL: nightly
|
||||||
FEATURES: xdg-portal
|
FEATURES:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build_cli:
|
build_cli:
|
||||||
|
|
@ -73,7 +73,7 @@ steps:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
- rustup default "$CHANNEL"
|
- rustup default "$CHANNEL"
|
||||||
- cargo build -p topola-egui --no-default-features --features "$FEATURES"
|
- cargo build -p topola-egui --no-default-features --features "$FEATURES,xdg-portal"
|
||||||
when:
|
when:
|
||||||
event: [pull_request, push, tag]
|
event: [pull_request, push, tag]
|
||||||
path:
|
path:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue