mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-02 13:03:35 +00:00
fix: update cypress dependencies to include libasound2t64
This commit is contained in:
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
run: npm install -g pnpm
|
||||
|
||||
- name: Install cypress deps
|
||||
run: sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
|
||||
run: sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
|
||||
|
||||
- name: Build binary and frontend
|
||||
run: make build
|
||||
|
||||
Reference in New Issue
Block a user