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