ci: put `xdg-portal` in the `build_egui` test in verbatim to fix build error

This commit is contained in:
Mikolaj Wielgus 2025-01-09 16:51:29 +01:00
parent 3af4338743
commit b6bf35033b
1 changed files with 3 additions and 3 deletions

View File

@ -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: