Skip to content

Commit ca1b440

Browse files
rathbomaclaude
andcommitted
Fix Ubuntu package name for newer Ubuntu versions
Update libasound2 to libasound2t64 with fallback for older Ubuntu. Ubuntu 24.04+ uses libasound2t64 instead of libasound2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 008eb4d commit ca1b440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: runner.os == 'Linux'
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install -y build-essential python3 libgtk-3-dev libnotify-dev libnss3 libxss1 libasound2
32+
sudo apt-get install -y build-essential python3 libgtk-3-dev libnotify-dev libnss3 libxss1 libasound2t64 || sudo apt-get install -y libasound2
3333
3434
- name: Install system dependencies (macOS)
3535
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)