We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dcdd2 commit 333b375Copy full SHA for 333b375
1 file changed
.github/workflows/release_linux.yml
@@ -18,6 +18,7 @@ jobs:
18
# Set up Rust toolchain
19
- name: Set up Rust toolchain
20
uses: dtolnay/rust-toolchain@stable # Set up the Rust toolchain
21
+
22
# Install Linux dependencies (for alsa-sys and other potential native dependencies)
23
- name: Install Linux ALSA dependencies
24
run: |
0 commit comments