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:
|
||||
include:
|
||||
- CHANNEL: stable
|
||||
FEATURES: disable_contracts,xdg-portal
|
||||
FEATURES: disable_contracts
|
||||
- CHANNEL: nightly
|
||||
FEATURES: xdg-portal
|
||||
FEATURES:
|
||||
|
||||
steps:
|
||||
build_cli:
|
||||
|
|
@ -73,7 +73,7 @@ steps:
|
|||
CARGO_TERM_COLOR: always
|
||||
commands:
|
||||
- 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:
|
||||
event: [pull_request, push, tag]
|
||||
path:
|
||||
|
|
|
|||
Loading…
Reference in New Issue