Skip to content

fix: download progress stuck at 95% and slow first transcription #15

fix: download progress stuck at 95% and slow first transcription

fix: download progress stuck at 95% and slow first transcription #15

Workflow file for this run

name: Build & Test
on:
pull_request:
branches: [main]
jobs:
build-and-test:
name: Build & Test
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test