Skip to content

Commit

Permalink
enabled window feature on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 26, 2024
1 parent a3712fc commit 1eddcad
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,window" }
- { os: macos-latest, target: aarch64-apple-darwin, features: "audio,window" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "full" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "window", name: "-no-audio" }
- { os: windows-latest, target: x86_64-pc-windows-msvc, features: "full" }
- { os: windows-latest, target: aarch64-pc-windows-msvc, features: "audio,window" }
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1eddcad

Please sign in to comment.