Skip to content

Commit c396045

Browse files
authored
Update FreeBSD build workflow to include UI features
1 parent 0ad27f5 commit c396045

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/freebsd-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
rustc --version
3535
cargo --version
3636
37-
cargo build --release --bin mhrv-rs --bin mhrv-rs-ui
37+
cargo build --release --bin mhrv-rs
38+
cargo build --release --features ui --bin mhrv-rs-ui
3839
3940
mkdir -p dist/freebsd-x86_64
4041

0 commit comments

Comments
 (0)