Skip to content

Commit f4a33b8

Browse files
committed
fix no-audio build features
1 parent cefff2d commit f4a33b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
include:
48-
- { os: macos-latest, target: x86_64-apple-darwin, features: "audio" }
49-
- { os: macos-latest, target: aarch64-apple-darwin, features: "audio" }
50-
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "audio,webcam" }
51-
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "", name: "-no-audio" }
52-
- { os: windows-latest, target: x86_64-pc-windows-msvc, features: "audio,webcam" }
53-
- { os: windows-latest, target: aarch64-pc-windows-msvc, features: "audio" }
48+
- { os: macos-latest, target: x86_64-apple-darwin, features: "audio" }
49+
- { os: macos-latest, target: aarch64-apple-darwin, features: "audio" }
50+
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "audio,webcam" }
51+
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: '""', name: "-no-audio" }
52+
- { os: windows-latest, target: x86_64-pc-windows-msvc, features: "audio,webcam" }
53+
- { os: windows-latest, target: aarch64-pc-windows-msvc, features: "audio" }
5454
steps:
5555
- uses: actions/checkout@v4
5656

0 commit comments

Comments
 (0)