Skip to content

Commit

Permalink
electron
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel committed Jan 2, 2025
1 parent 6f50a7b commit 136cf7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
matrix:
node-version: [20.18.1, 20.x, 22.x, 23.x]
steps:
- name: Install electron dependencies
run: sudo apt-get install -y libgtk-3-dev libxss1 libnss3-dev xorg xserver-xorg-input-evdev xserver-xorg-input-all
# run: sudo apt-get install -y libdbus-1-dev libgtk-3-dev libnotify-dev libasound2-dev libcap-dev libcups2-dev libxtst-dev libxss1 libnss3-dev xorg xserver-xorg-input-evdev xserver-xorg-input-all
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Use Node.js ${{ matrix.node-version }}"
Expand Down

0 comments on commit 136cf7b

Please sign in to comment.