Skip to content

Commit

Permalink
Release workflow: fix libdbus+rustls build
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Feb 15, 2020
1 parent 05e6dd2 commit 0346962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Make release tarball (libdbus)
run: |
(cd tiny && cargo build --release --verbose \
--no-default-features --features="desktop-notifications")
--no-default-features --features="tls-rustls desktop-notifications")
tar -C target/release -czvf tiny-ubuntu-18.04-dbus.tar.gz tiny
- name: Make release tarball (libssl + libdbus)
Expand Down

0 comments on commit 0346962

Please sign in to comment.