Skip to content

Commit

Permalink
fix no-audio build features
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Aug 28, 2024
1 parent cefff2d commit f4a33b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
fail-fast: false
matrix:
include:
- { os: macos-latest, target: x86_64-apple-darwin, features: "audio" }
- { os: macos-latest, target: aarch64-apple-darwin, features: "audio" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "audio,webcam" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "", name: "-no-audio" }
- { os: windows-latest, target: x86_64-pc-windows-msvc, features: "audio,webcam" }
- { os: windows-latest, target: aarch64-pc-windows-msvc, features: "audio" }
- { os: macos-latest, target: x86_64-apple-darwin, features: "audio" }
- { os: macos-latest, target: aarch64-apple-darwin, features: "audio" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "audio,webcam" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: '""', name: "-no-audio" }
- { os: windows-latest, target: x86_64-pc-windows-msvc, features: "audio,webcam" }
- { os: windows-latest, target: aarch64-pc-windows-msvc, features: "audio" }
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f4a33b8

Please sign in to comment.