Remove notifications' dependency on 'cover' (#706)
* Move functions from 'cover' to 'utils' * Remove notify dependency on 'cover' * Enable clipboard and notifications in CI/CD * remove extra newline
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
os: windows-latest
|
||||
artifact_suffix: windows-x86_64
|
||||
target: x86_64-pc-windows-msvc
|
||||
features: '--no-default-features --features rodio_backend,cursive/pancurses-backend'
|
||||
features: '--no-default-features --features rodio_backend,pancurses_backend,share_clipboard,notify'
|
||||
steps:
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user