We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b18d4 commit 6f9414bCopy full SHA for 6f9414b
1 file changed
.github/workflows/release_linux.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Rust toolchain
20
uses: dtolnay/rust-toolchain@stable # Set up the Rust toolchain
21
# Install Linux dependencies (for alsa-sys and other potential native dependencies)
22
- - name: Install Linux dependencies
+ - name: Install Linux ALSA dependencies
23
run: |
24
sudo apt-get update
25
sudo apt-get install -y libasound2-dev # Install ALSA development libraries
0 commit comments