Skip to content

Commit c405ac3

Browse files
hijakclaude
andcommitted
fix: remove virtual package libasound2 from Ubuntu dependencies
- Remove libasound2 and libgtk-3-0 runtime packages that are causing virtual package conflicts - Keep only development packages (libasound2-dev, libgtk-3-dev) which provide the necessary headers - This resolves "Package 'libasound2' has no installation candidate" errors on Ubuntu 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4eca0d0 commit c405ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: matrix.os == 'ubuntu-latest'
3636
run: |
3737
sudo apt-get update
38-
sudo apt-get install -y libasound2-dev libgtk-3-dev libgbm-dev libnss3-dev libxss1 libxrandr2 libasound2 libpangocairo-1.0-0 libatk1.0-0 libcairo-gobject2 libgtk-3-0 libgdk-pixbuf2.0-0
38+
sudo apt-get install -y libasound2-dev libgtk-3-dev libgbm-dev libnss3-dev libxss1 libxrandr2 libpangocairo-1.0-0 libatk1.0-0 libcairo-gobject2 libgdk-pixbuf2.0-0
3939
4040
- name: Build client
4141
run: |

0 commit comments

Comments
 (0)