Skip to content

Commit

Permalink
Enable OS-independent features, build and run example.
Browse files Browse the repository at this point in the history
  • Loading branch information
arizhih committed Oct 14, 2024
1 parent 21f236d commit e983a6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust-version: [stable, nightly]
os: [ ubuntu-latest, windows-latest, macos-latest ]
rust-version: [ stable, nightly ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code into the proper directory
Expand All @@ -55,8 +55,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust-version: [stable, nightly]
os: [ ubuntu-latest, windows-latest, macos-latest ]
rust-version: [ stable, nightly ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code into the proper directory
Expand All @@ -73,4 +73,4 @@ jobs:
toolchain: ${{ matrix.rust-version }}

- name: Check build
run: cargo build --verbose
run: cargo build -F whisper-cpp-log,whisper-cpp-tracing --verbose && cargo run --example basic_use -F whisper-cpp-log,whisper-cpp-tracing

0 comments on commit e983a6a

Please sign in to comment.