Skip to content

Commit 6f9414b

Browse files
authored
Update release_linux.yml
1 parent a4b18d4 commit 6f9414b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Rust toolchain
2020
uses: dtolnay/rust-toolchain@stable # Set up the Rust toolchain
2121
# Install Linux dependencies (for alsa-sys and other potential native dependencies)
22-
- name: Install Linux dependencies
22+
- name: Install Linux ALSA dependencies
2323
run: |
2424
sudo apt-get update
2525
sudo apt-get install -y libasound2-dev # Install ALSA development libraries

0 commit comments

Comments
 (0)