Skip to content

Commit b3244c1

Browse files
committed
verbose?
1 parent dc55a21 commit b3244c1

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
args: "--target x86_64-apple-darwin"
1818
target: "x86_64-apple-darwin"
1919
- platform: "ubuntu-22.04"
20-
args: ""
20+
args: "--verbose"
2121
target: "x86_64-unknown-linux-gnu"
2222
- platform: "windows-latest"
2323
args: ""

src-tauri/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@ tar = "0.4.44"
6666
flate2 = "1.0"
6767
transcribe-rs = "0.1.3"
6868

69-
[target.'cfg(target_os = "macos")'.dependencies]
70-
whisper-rs = { version = "0.13.2", features = ["metal"] }
71-
72-
[target.'cfg(target_os = "windows")'.dependencies]
73-
whisper-rs = { version = "0.13.2", features = ["vulkan"] }
74-
75-
[target.'cfg(target_os = "linux")'.dependencies]
76-
whisper-rs = { version = "0.13.2", features = ["vulkan"] }
77-
7869
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
7970
tauri-plugin-autostart = "2"
8071
tauri-plugin-global-shortcut = "2"

0 commit comments

Comments
 (0)