Skip to content

Commit

Permalink
feat: windows native ocr
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 3, 2024
1 parent c89a311 commit 675d49b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
profile: minimal
toolchain: stable

- name: setup Bun
uses: oven-sh/setup-bun@v1

- name: Run pre_build.js on
shell: bash
run: bun ./scripts/pre_build.js
working-directory: ./examples/apps/screenpipe-app-tauri

# - name: Run tests
# run: cargo test

Expand Down

0 comments on commit 675d49b

Please sign in to comment.