Skip to content

Commit

Permalink
Merge branch 'main' into update-formula-aarch64-apple-darwin-27c1e92a…
Browse files Browse the repository at this point in the history
…c3d3a87d028361fbec7b24d41503d55b
  • Loading branch information
louis030195 authored Sep 2, 2024
2 parents 85f9590 + 1921ba7 commit 1b2c99e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
uses: benchmark-action/github-action-benchmark@v1
with:
name: STT Benchmarks
tool: "criterion"
tool: "cargo"
output-file-path: ./cache/stt/stt_output.txt
github-token: ${{ secrets.GH_PAGES_TOKEN }}
auto-push: true
Expand Down
2 changes: 1 addition & 1 deletion Formula/screenpipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Screenpipe < Formula
sha256 "b334841820ff3d9fc4dc47c1b33a2f62cd961a02b999834a675dc8e4fae4b89b" # arm64
else
url "https://github.com/mediar-ai/screenpipe/releases/download/v#{version}/screenpipe-#{version}-x86_64-apple-darwin.tar.gz"
sha256 "a364fdc1d873bde4c95e3d7596a1ee01e473daebca749e468a5a3e4211534d8b" # x86_64
sha256 "538fdeb9024a041d29b6647a47381ef701c0fe46841b5bced98038fffa816fd4" # x86_64
end
end

Expand Down
2 changes: 1 addition & 1 deletion screenpipe-audio/tests/core_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ mod tests {
let output_path =
PathBuf::from(format!("test_output_{}.mp4", Utc::now().timestamp_millis()));
let output_path_2 = output_path.clone();
let (whisper_sender, mut whisper_receiver) =
let (whisper_sender, mut whisper_receiver, _) =
create_whisper_channel(Arc::new(AudioTranscriptionEngine::WhisperTiny))
.await
.unwrap();
Expand Down

0 comments on commit 1b2c99e

Please sign in to comment.